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.
| Name | Type | Description |
|---|---|---|
file | file · required | JPEG, PNG or WebP. |
text | string · optional | Label text, default "AI-generated". |
position | string · optional | bottom-right (default), bottom-left, top-right, top-left. |
format | string · optional | jpeg | png | webp (default: keep input format). |
curl -X POST https://api.bigapi.dev/v1/image/ai-label -H 'Authorization: Bearer $KEY' -F 'file=@ai-image.jpg' -o labeled.jpg
HTTP/1.1 200 OK Content-Type: image/jpeg (image with visible label + EXIF marking)