Request URL
All public API requests useapi-direct.dimilinks.com. The recommended request URL for model APIs is https://api-direct.dimilinks.com/v1, and all authenticated model endpoints share the same Bearer key.
See Authentication for details.
Route overview
Protocol conventions
- Text chat: compatible with the official OpenAI and Anthropic SDKs; point the SDK’s base URL to DimiLinks.
- Images: responses follow OpenAI Images conventions.
data[].urlmay be a relative path, an HTTPS URL, or a Data URL. - Videos: asynchronous by default. Submission returns a
task_idimmediately; poll/v1/tasks/{task_id}for progress.