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

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