Skip to main content
POST

Request Body

string
required
Name of the project.
string
Email of the project manager. If not provided, the API key user will be used as the manager.
string
Optional ID of a translation glossary to be used for this project.
string
Optional ID of a voices glossary to be used for this project.
string
Optional remarks for the project.

Response

string
Unique project identifier.
string
Name of the project.
string
Current status of the project.
string | null
ID of the translation glossary, if any.
string | null
ID of the voices glossary, if any.
string | null
Project remarks, if any.
string | null
Client name, if specified.
string
URL to access the project in the web app.
string
ISO 8601 timestamp when the project was created.
string
ISO 8601 timestamp when the project was last updated.

Notes

This endpoint creates a project with basic information only. Videos can be added to the project using separate video management endpoints.
The managerEmail must be a user from the same company as the API key owner. If not provided, the API key owner becomes the project manager.
Translation and voices glossaries are optional but must exist and be accessible to your organization if provided.