cURL
curl --request GET \ --url https://api.dualship.run/api/v1/ai/providers/{id} \ --header 'Authorization: Bearer <token>'
{ "base_url": "<string>", "created_at": "<string>", "id": "<string>", "is_default": true, "max_retries": 123, "models": [ "<string>" ], "name": "<string>", "priority": 123, "provider_type": "<string>", "status": "<string>", "timeout_seconds": 123, "updated_at": "<string>" }
Get details of a specific AI provider
JWT Bearer token authentication
Provider ID
Provider details
Was this page helpful?