Skip to main content
GET
/
services
/
public
/
{service_id}
Get Service
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 detailed information about a specific service provider. This endpoint is public and does not require authentication.

Example

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

Path Parameters

service_id
string
required

The unique identifier of the service

Response

Service details

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