Skip to main content
POST
/
sandboxes
Create sandbox
curl --request POST \
  --url https://api.duvo.ai/v1/sandboxes \
  --header 'Authorization: Bearer <token>'
{
  "sandbox_id": "<string>",
  "expires_at": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.duvo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Response

Default Response

sandbox_id
string
required

The newly created sandbox's identifier

expires_at
string
required

ISO 8601 timestamp when the sandbox will expire