Create

Creates a new project in a workspace.

Authentication

AuthorizationBearer
Bearer authentication header of the form `Bearer <PHONIC_API_KEY>`. Manage your API keys [here](https://phonic.co/api-keys).

Request

This endpoint expects an object.
namestringRequired
The name of the project. Can only contain lowercase letters, numbers and hyphens. Must be unique within the workspace.

Response

Success response
idstring
The ID of the created project.
namestring
The name of the created project.

Errors