cURL
curl --request POST \ --url https://api.timbal.ai/orgs/{org_id}/projects \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "origin": { "project_id": 123, "type": "Template" }, "name": "<string>" } '
{ "id": 123, "name": "<string>" }
Create a new project
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Show child attributes
Project created successfully