Skip to main content
POST
/
api
/
v2
/
details
Get capability, provider, or endpoint details
curl --request POST \
  --url https://app.dumplingai.com/api/v2/details \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>",
  "type": "capability",
  "includeRelated": true
}
'
{
  "success": false,
  "requestId": "<string>",
  "error": "<string>",
  "code": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
id
string
required
type
enum<string>
required
Available options:
capability,
provider,
endpoint

Include related providers, endpoints, and capabilities in the response.

Response

Catalog details