cURL
curl --request POST \ --url https://api.klavis.ai/sandbox/local_dev/{sandbox_id}/initialize \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form 'files=<string>' \ --form files.items='@example-file'
{ "sandbox_id": "<string>", "status": "idle", "message": "<string>", "records_created": {} }
Upload files to the local dev workspace at /workspace.
Your Klavis AI API key.
The unique sandbox identifier
Files to upload
Successful Response
Response model for sandbox initialization
Sandbox identifier
Current status
idle
occupied
Initialization result message
Count of records created per object type
Show child attributes