Skip to main content
POST
/
images
Upload Image
curl --request POST \
  --url https://backend.overtenai.com/api/v1/images \
  --header 'Content-Type: multipart/form-data' \
  --form 'file=<string>' \
  --form 'caption=<string>' \
  --form 'tags=<string>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Body

multipart/form-data
file
string
required
caption
string | null
tags
string | null

Response

Successful Response