> 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/upload-images-to-a-dataset.md).

# Upload images to a Dataset

## POST /upload\_images\_to\_dataset/

> Upload more images to a dataset

```json
{"openapi":"3.0.3","info":{"title":"JTheta API","version":"1.0.0"},"servers":[{"url":"https://api.jtheta.ai"}],"paths":{"/upload_images_to_dataset/":{"post":{"tags":["Upload images to a Dataset"],"summary":"Upload more images to a dataset","requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"dataset_id":{"type":"integer"},"project_name":{"type":"string"},"images":{"type":"array","items":{"type":"string","format":"binary"}}},"required":["dataset_id","project_name","images"]}}}},"responses":{"201":{"description":"Images uploaded successfully"}}}}}}
```
