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.
name
The name of the project. Can only contain lowercase letters, numbers and hyphens. Must be unique within the workspace.
Response
Success response
id
The ID of the created project.
name
The name of the created project.
Errors
400
Bad Request Error
401
Unauthorized Error
409
Conflict Error
500
Internal Server Error