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.
GET /v1/files
curl -X GET https://api.vonative.com/v1/files \ -H "Authorization: Bearer YOUR_API_KEY"
{ "success": true, "data": { "items": [ { "id": "file-uuid-1234", "name": "document.pdf", "status": "ready", "size_bytes": 245000, "created_at": "2025-01-15T10:30:00Z" } ] } }