Get $1 free credits and try all models with one API
cURL
curl --request GET \ --url https://api.us.babysea.ai/v1/library/providers \ --header 'Authorization: Bearer <token>'
{ "status": "success", "request_id": "<string>", "message": "<string>", "timestamp": "2023-11-07T05:31:56Z", "data": { "providers_total": 123, "providers": [ { "provider_id": "<string>", "provider_name": "<string>", "babysea_implementation": { "integration": { "delivery_method": "<string>", "webhook_signature": "<string>", "supports_cancel": true, "timeout_seconds": 123 }, "capabilities": [ "<string>" ], "supported_models": [ "<string>" ] }, "provider_description": "<string>", "provider_website": "<string>", "provider_docs": "<string>", "provider_status": "<string>" } ] } }
BabySea API key - prefix bye_ followed by a random string
Provider data retrieved successfully
Response envelope
Always success
success
Unique request identifier (UUID v4)
Success message
Response timestamp (ISO 8601)
Show child attributes
Was this page helpful?