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.
POST /v1/files/upload
curl -X POST https://api.vonative.com/v1/files/upload \ -H "Authorization: Bearer YOUR_API_KEY" \ -F "file=@document.pdf"
{ "success": true, "data": { "id": "file-uuid-1234", "name": "document.pdf", "size_bytes": 245000, "status": "processing" } }
413
415