Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.atthene.com/llms.txt

Use this file to discover all available pages before exploring further.

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-be.atthene.com/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.