Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Read text file contents from the container workspace (max 1MB).
cURL
curl --request POST \ --url https://api.usenaive.ai/v1/companies/{id}/files/view \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "path": "<string>", "taskId": "<string>" } '
{ "content": "<string>", "path": "<string>", "size": 123 }
Workspace API key. Create one via the dashboard or POST /v1/auth/keys.
POST /v1/auth/keys
OK.