cURL
curl --request POST \ --url https://api.vida.dev/api/v2/tasks \ --header 'Content-Type: application/json' \ --data ' { "type": "call", "target": "+15551234567", "context": "Follow-up call", "greeting": "Hello from a task", "waitToGreet": true, "accountId": 1234, "scheduledFor": 1712350000 } '
Submit a new task (call, text). For calls/texts, target is required.
Documentation IndexFetch the complete documentation index at: https://vida.io/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://vida.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
"call"
"+15551234567"
"Follow-up call"
"Hello from a task"
true
1234
1712350000
Task created successfully