Skip to main content
GET
/
services
/
public
List Services
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 a list of all available service providers. This endpoint is public and does not require authentication.

Example

curl -X GET "https://api.danubeai.com/v1/services/public"

Response

200 - application/json

List of services

id
string

Unique identifier for the service

name
string

Display name of the service

description
string

Service description

summary
string

Short summary of the service

url
string

Service website URL

logo_url
string

URL to the service logo

version
string

Service version