> 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-dataset.md).

# Create Dataset

## POST /create\_dataset/

> Create a dataset and upload images

```json
{"openapi":"3.0.3","info":{"title":"JTheta API","version":"1.0.0"},"servers":[{"url":"https://api.jtheta.ai"}],"paths":{"/create_dataset/":{"post":{"tags":["Create Dataset"],"summary":"Create a dataset and upload images","requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"dataset_name":{"type":"string"},"project_name":{"type":"string"},"license":{"type":"string"},"images":{"type":"array","items":{"type":"string","format":"binary"}}},"required":["dataset_name","project_name","images"]}}}},"responses":{"201":{"description":"Dataset created and images uploaded"}}}}}}
```
