cURL
curl --request GET \ --url https://api.danubeai.com/v1/services/public/{service_id}
{ "id": "<string>", "name": "<string>", "description": "<string>", "summary": "<string>", "url": "<string>", "logo_url": "<string>", "version": "<string>" }
Get a specific service by ID. No authentication required.
curl -X GET "https://api.danubeai.com/v1/services/public/hacker_news"
The unique identifier of the service
Service details
Unique identifier for the service
Display name of the service
Service description
Short summary of the service
Service website URL
URL to the service logo
Service version