Create Project

Projects are our way of grouping chunks together. Usually a project corresponds to a particular website or application.

Query Params
string
required

The name of the project.

string
required

The type of project (website or web app).

string

A description of the project.

string
required

Your API key. Only required if not sending in the request header.

Responses
200

Project succesfully created.

401

Invalid key. Ensure you're passing a valid user or project key via the query string or request header.

404

Missing required input. Ensure you are providing a project name and a project type.

Language
Response
Click Try It! to start a request and see the response here!