Guides / AI labelling

AI label (visible + EXIF)

POST /v1/image/ai-label  · 

Stamp a visible "AI-generated" label onto an image and write it into the EXIF metadata – the 1-cent bulk tile for EU AI Act labelling.

Parameters

NameTypeDescription
filefile · requiredJPEG, PNG or WebP.
textstring · optionalLabel text, default "AI-generated".
positionstring · optionalbottom-right (default), bottom-left, top-right, top-left.
formatstring · optionaljpeg | png | webp (default: keep input format).

Example request

curl -X POST https://api.bigapi.dev/v1/image/ai-label -H 'Authorization: Bearer $KEY' -F 'file=@ai-image.jpg' -o labeled.jpg

Example response

HTTP/1.1 200 OK
Content-Type: image/jpeg

(image with visible label + EXIF marking)

Related guides