cURL
curl --request POST \ --url https://api.klavis.ai/sandbox/google_docs/{sandbox_id}/initialize \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "documents": [ { "title": "<string>", "content": "<string>" } ] } '
{ "sandbox_id": "<string>", "status": "idle", "message": "<string>", "records_created": {} }
Initialize the sandbox with google_docs-specific data following the defined schema.
Your Klavis AI API key.
The unique sandbox identifier
Complete Google Docs sandbox data structure
List of Google Docs documents
Show child attributes
Document title (required)
1
Plain text content of the document
Successful Response
Response model for sandbox initialization
Sandbox identifier
Current status
idle
occupied
Initialization result message
Count of records created per object type