Platform
Provider catalog
Every provider and endpoint with its credit price. Public — no authentication required.
Response Body
application/json
curl -X GET "https://example.com/catalog"{ "providers": [ { "id": "ra", "name": "Resident Advisor", "category": "music", "description": "string", "endpoints": [ { "name": "search", "method": "GET", "path": "/ra/search", "description": "string", "credits": 2 } ] } ], "totalEndpoints": 20}