Skip to main content
POST
/
v2
/
sandboxes
Start Sandbox
curl --request POST \
  --url https://app.textql.com/v2/sandboxes \
  --header 'Authorization: Bearer <token>'
{
  "sandbox_id": "<string>",
  "created_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.textql.com/llms.txt

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

Authorizations

Authorization
string
header
required

API key or JWT token

Response

Started sandbox

sandbox_id
string

Unique sandbox identifier

created_at
string<date-time>