cURL
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>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
capability
provider
endpoint
Include related providers, endpoints, and capabilities in the response.
Catalog details