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

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.

Path Parameters

sandbox_id
string
required

The sandbox's unique identifier

Minimum string length: 1

Response

Default Response

path
string
required

Path the file was uploaded to

size_bytes
number
required

Size of the uploaded file in bytes