Image EXIF Injector โ€” Add Copyright & Metadata avatar

Image EXIF Injector โ€” Add Copyright & Metadata

Pricing

from $0.0025 / image tagged

Go to Apify Store
Image EXIF Injector โ€” Add Copyright & Metadata

Image EXIF Injector โ€” Add Copyright & Metadata

Bulk-write EXIF metadata into images: copyright, author, description, software and comments. Stamp ownership across photo sets in one run.

Pricing

from $0.0025 / image tagged

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Image EXIF Injector โ€” Add Copyright, Author & Metadata

Write EXIF metadata into images in bulk โ€” stamp copyright, author, caption, software and comments across an entire photo set in one run and get back tagged JPEG files ready to publish or deliver. The companion to stripping metadata: this one adds the ownership and attribution data you want images to carry.

What it does

  • Writes copyright and author/artist into each image's EXIF.
  • Adds a description/caption, software name and a free-text comment.
  • Optionally keeps existing metadata and merges the new fields in.
  • Corrects orientation and outputs clean, web-ready JPEGs.
  • Returns a per-image report of which fields were written.

Use cases

  • Photographers & studios โ€” stamp copyright and author across thousands of exports before delivery.
  • Stock & DAM pipelines โ€” apply consistent attribution and captions to catalog images.
  • Agencies & brands โ€” mark ownership on campaign assets in bulk.
  • Publishers โ€” embed credit lines so attribution travels with the file.

Input

{
"imageUrls": ["https://example.com/photo1.jpg"],
"copyright": "ยฉ 2026 Acme Studio",
"artist": "Jane Doe",
"description": "Product shot โ€” spring collection",
"software": "Acme Pipeline",
"userComment": "Do not redistribute",
"keepExisting": true
}
FieldTypeDescription
imageUrlsarrayDirect links to the images to tag.
copyrightstringCopyright notice written to EXIF.
artiststringAuthor / photographer name.
descriptionstringImage caption / description.
softwarestringSoftware or pipeline name.
userCommentstringFree-text EXIF comment.
keepExistingbooleanMerge with existing metadata instead of replacing. Default true.

Output

Each image becomes one dataset item, and the tagged file is saved to your key-value store.

{
"sourceUrl": "https://example.com/photo1.jpg",
"taggedUrl": "https://api.apify.com/v2/key-value-stores/.../records/tagged-0001-photo1.jpg",
"fieldsWritten": ["Copyright", "Artist", "ImageDescription"],
"copyright": "ยฉ 2026 Acme Studio",
"artist": "Jane Doe",
"bytes": 512044,
"ok": true
}

Output schema

FieldTypeDescription
sourceUrlstring (URL)The original image URL.
taggedUrlstring (URL)Link to the tagged image in your key-value store.
fieldsWrittenarrayEXIF fields written.
copyrightstringCopyright value applied.
artiststringAuthor value applied.
bytesintegerOutput file size.
okbooleanWhether the image was processed successfully.

FAQ

Which fields can I write? Copyright, author/artist, description/caption, software and a free-text user comment โ€” the standard EXIF attribution fields.

Does it keep the existing metadata? By default yes โ€” the new fields are merged. Turn off keepExisting to write only your fields.

What format are the results? Tagged images are saved as JPEG in the key-value store; the report dataset exports to JSON, CSV, Excel and XML.

Can I automate or integrate it? Yes. Connect it with almost any app via integrations on the Apify platform โ€” Make, Zapier, Slack, Google Drive and more, plus the Apify API.

Notes

Original clean-room implementation. You are responsible for how you use the processed images. Pairs with the Image Metadata Remover.