Create a Project

Create a new Project in your workspace

Body Params
string
required

The ID of the user creating the project

string
required

The name of the project

string
enum

Who can access the new project. PRIVATE (default) restricts access to the owning user; WORKSPACE shares the project with all members of the calling workspace.

Allowed:
settings
object

Optional default settings to seed on the project (goal, brand voice, audience, style, knowledge).

metadata
object

An optional set of key-value pairs to attach any data you wish to the project, in a structured format. You can specify up to 10 keys, with key names up to 40 characters long and values up to 500 characters long. null values are accepted but ignored on create (there is nothing to clear yet) and are supported for symmetry with the update endpoint.

Responses

400

Bad request. May be missing required inputs or may have badly formatted inputs.

401

Unauthorized access to the workspace.

404

Not found. May have an incorrect URL path.

500

Internal server error. Unable to create project.

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