Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://app.textql.com/v2/sandboxes/{id}/files \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file'
{ "filename": "<string>", "size_bytes": 123 }
Upload a file to a sandbox environment
API key or JWT token
Sandbox ID
File to upload
Upload confirmation
Basename of the uploaded file
Size of the uploaded file in bytes