cURL
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": {} } ] }
Upload an image with optional caption/tags for later generation use.
Successful Response