Typescript (SDK)
Tasks
Create task
Creates a new AI task. Use trigger_type to schedule it: immediate runs once right away, cron runs on a cron expression, interval runs every N seconds, once runs at a specific scheduled_at, event runs in response to account events.
POST
Typescript (SDK)
Documentation Index
Fetch the complete documentation index at: https://crevio.co/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key in the format: Bearer {api_token}
Body
application/json
Available options:
immediate, cron, interval, once, event Available options:
notification, email, telegram, discord, slack, none Available options:
autonomous, supervised, read_only Response
Task created
Available options:
immediate, cron, interval, once, event Available options:
notification, email, telegram, discord, slack, none Available options:
autonomous, supervised, read_only 
