Projects

List all projects of your workspace

All of your existing projects can be retrieved from the GET /projects route.

Get Projects

get

Retrieve all of your projects (containing id, name & creation date)

Authorizations
x-api-keystringRequired

All of your Abyssale requests must contain a x-api-key header with your API Key.

Responses
200

Ok

application/json
get
/projects

Create a new project

You can create a new project with the POST /projects route.

Create Project

post

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: 100Required

Name of the project

Example: Summer Campaign 2024
Responses
200

Project created successfully

application/json
post
/projects
200

Project created successfully

Last updated