MANAGEMENT
Create a capsule
Create a new capsule with the API
POST
/
capsules
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <API_KEY>
. API keys can be generated in the dashboard.
Body
application/json
name
string
requiredName of the capsule. Doesn't have to be unique.
Response
200 - application/json
id
string
requiredThe unique ID of the capsule. Use this ID to make requests to the API. It should look something like irrotational-airfoil
.
message
string
requiredA nice message from the server.
Was this page helpful?