List your projects

Returns all projects for the authenticated account — those created via /create_project, plus your API key's default project if any videos have been created without an explicit project.

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

Authentication

Authorization: Bearer <YOUR_API_KEY>


Response

FieldTypeDescription
projectsProject[]The user's projects, ordered by creation date (newest first).

Project

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

Example

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

Response

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