Creates a project in your organization
cURL
minimal_example
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" }
successful
The response is of type object.
object
Was this page helpful?