Skip to main content
Upload an image for use in multimodal messages.

Request

This endpoint typically expects a multipart/form-data request with the file.
file
file
required
The image file to upload.
curl -X POST https://api.artaios.ai/api/v1/images/upload/ \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -F "file=@/path/to/image.jpg"

Response

Returns the uploaded image details and URL to be referenced in multimodal content.