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
Documentation IndexFetch the complete documentation index at: https://docs.textql.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.textql.com/llms.txt
Use this file to discover all available pages before exploring further.
API key or JWT token
Sandbox ID
File to upload
Upload confirmation
Basename of the uploaded file
Size of the uploaded file in bytes