Create a new project

Creates a project - a named container that videos can be linked to via create_video's project field. Useful for organizing videos into groups instead of everything landing in a single default project named after your API key.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Authentication

Authorization: Bearer <YOUR_API_KEY>


Request Body Fields

FieldTypeRequiredDescription
namestringYesDisplay name for the project. Max 255 characters.

Example Request Body

{
	"name": "Maple Street Listings"
}

Response

Returns the created project object.

FieldTypeDescription
uuidstringUnique ID for the project
namestringDisplay name of the project, as provided in the request
created_atstringTimestamp when the project was created

Example

{
  "uuid": "b1f2c3d4-5678-4abc-9def-0123456789ab",
  "name": "Maple Street Listings",
  "created_at": "2026-07-11T09:30:00.123Z"
}

Body Params
string
required
length ≤ 255

Display name for the project. Max 255 characters.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json