Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run generations on a recurring cron schedule
GET /api/v2/scheduled
POST /api/v2/scheduled
PUT /api/v2/scheduled/{id}
DELETE /api/v2/scheduled/{id}
{ "name": "Daily social post", "cron": "0 10 * * *", "model": "gpt-5", "prompt": "Write a motivational quote for today", "is_active": true }