Create a concept for given project.

POST /data/projects/{project_id}/concepts

Path parameters

Responses

  • Concept created for given project

POST /data/projects/{project_id}/concepts
curl \
 --request POST http://api.example.com/data/projects/{project_id}/concepts \
 --header "Authorization: $API_KEY"