cURL
curl --request POST \ --url https://api.camelai.com/api/v1/sources/add/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "account_name": "<string>", "type": "SUPABASE" }'
{ "id": 123, "account_name": "<string>", "type": "SUPABASE", "created_at": "2023-11-07T05:31:56Z", "is_fully_configured": true }
Deprecated alias for the create connection endpoint. Prefer POST /sources/ instead.
JWT or API key authentication using Bearer scheme
Serializer for Connection model.
Was this page helpful?