All DeepXL API endpoints require authentication using an API key.Documentation Index
Fetch the complete documentation index at: https://docs.deepxl.ai/llms.txt
Use this file to discover all available pages before exploring further.
API Key Authentication
Pass your API key in thex-api-key header:
Managing API Keys
Manage API keys from the DeepXL Console. These management endpoints are console-only and are not part of the public API.Use the Console dashboard for API key creation, rename, and deletion. Public API keys cannot be used to manage other API keys.
Error Responses
| Status | Description |
|---|---|
401 Unauthorized | Missing or invalid API key |
403 Forbidden | Valid credentials but insufficient permissions |