cURL
curl --request GET \ --url https://api.danubeai.com/v1/services/public
[ { "id": "<string>", "name": "<string>", "description": "<string>", "summary": "<string>", "url": "<string>", "logo_url": "<string>", "version": "<string>" } ]
Get all available services. No authentication required.
curl -X GET "https://api.danubeai.com/v1/services/public"
List of services
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