Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://www.intervyo.ai/api/v1/sessions/{id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "scheduled_at": "2023-11-07T05:31:56Z" } '
{ "success": true }
API key with the iv_live_ prefix. Create one under Developer → API Keys.
iv_live_
id identifier
New scheduled time
Success
The response is of type object.
object
Was this page helpful?