cURL
curl --request POST \ --url https://api.klavis.ai/sandbox/outlook_calendar/{sandbox_id}/initialize \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "events": [ { "subject": "<string>", "id": "<string>", "start": {}, "end": {}, "location": {}, "attendees": [ "<string>" ] } ] } '
{ "sandbox_id": "<string>", "status": "idle", "message": "<string>", "records_created": {} }
Initialize the sandbox with outlook_calendar-specific data following the defined schema.
Your Klavis AI API key.
The unique sandbox identifier
Complete Outlook Calendar sandbox data structure
List of calendar events
Show child attributes
Successful Response
Response model for sandbox initialization
Sandbox identifier
Current status
idle
occupied
Initialization result message
Count of records created per object type