> For the complete documentation index, see [llms.txt](https://jtheta-ai.gitbook.io/docs.jtheta.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jtheta-ai.gitbook.io/docs.jtheta.ai/jtheta-rest-api/openapi/create-project.md).

# Create Project

## POST /create\_project/

> Create a new project

```json
{"openapi":"3.0.3","info":{"title":"JTheta API","version":"1.0.0"},"servers":[{"url":"https://api.jtheta.ai"}],"paths":{"/create_project/":{"post":{"tags":["Create Project"],"summary":"Create a new project","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"project_title":{"type":"string"},"project_category":{"type":"string"}},"required":["project_title","project_category"]}}}},"responses":{"201":{"description":"Project created"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"}}}}}}
```
