POST
/
projects
curl --request POST \
  --url https://api.beyondwords.io/v1/projects \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "name": "My project",
  "language": "en_US"
}'
{
  "id": 1,
  "name": "My project",
  "language": "en_US",
  "auto_publish_enabled": true,
  "avatar_url": "https://example.com/avatar.jpg",
  "created": "2022-01-02 23:59:59 UTC",
  "updated": "2022-03-04 00:00:00 UTC"
}

Authorizations

X-Api-Key
string
header
required

Body

application/json

Response

200 - application/json
successful

The response is of type object.