cURL
curl --request POST \ --url https://management.sid.ai/api/v1/capsules \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>" }'
{ "id": "<string>", "message": "<string>" }
Create a new capsule with the API
Bearer authentication header of the form Bearer <API_KEY>. API keys can be generated in the dashboard.
<API_KEY>
Successful response
The response is of type object.
object
Was this page helpful?