Projects
List all projects of your workspace
All of your existing projects can be retrieved from the GET /projects route.
Create a new project
You can create a new project with the POST /projects route.
Create a new project to organize your templates and images
Authorizations
x-api-keystringRequired
All of your Abyssale requests must contain a x-api-key header with your API Key.
Body
namestring · min: 2 · max: 100RequiredExample:
Name of the project
Summer Campaign 2024Responses
200
Project created successfully
application/json
post
/projects200
Project created successfully
Last updated