API Keys
Manage API keys for programmatic access
API Usage
Use your API key in the X-API-Key header for programmatic access.
curl -X POST /api/v1/models/{model_id}/documents/upload \
-H "X-API-Key: your-api-key" \
-F "file=@document.pdf"Manage API keys for programmatic access
Use your API key in the X-API-Key header for programmatic access.
curl -X POST /api/v1/models/{model_id}/documents/upload \
-H "X-API-Key: your-api-key" \
-F "file=@document.pdf"