Img2url Uploader Apify avatar
Img2url Uploader Apify

Pricing

$8.00 / 1,000 results

Go to Apify Store
Img2url Uploader Apify

Img2url Uploader Apify

Developed by

Romy

Romy

Maintained by Community

Img2URL Uploader is a lightweight Apify Actor that converts raw base64-encoded images into hosted, shareable online URLs using ImageKit.io. This allows you to quickly transform binary image data into accessible links without needing to manage your own file hosting.

0.0 (0)

Pricing

$8.00 / 1,000 results

0

1

1

Last modified

2 hours ago

๐Ÿ–ผ๏ธ Img2URL Uploader

Img2URL Uploader is a lightweight Apify Actor that converts raw base64-encoded images into hosted, shareable online URLs using ImageKit.io. This allows you to quickly transform binary image data into accessible links without needing to manage your own file hosting.

๐ŸŽฏ Features

  • ๐Ÿ”„ Base64 โ†’ URL Conversion โ€“ Upload any base64 image and get a public link instantly.
  • ๐Ÿชช MIME Type Detection โ€“ Automatically detects image format (JPEG, PNG, GIF, etc.).
  • โ˜๏ธ ImageKit Hosting โ€“ Securely stores and delivers your images via CDN.
  • ๐Ÿ“Š Structured JSON Output โ€“ Returns direct upload metadata and the file URL.

๐Ÿš€ How to Use

  1. Run the actor on Apify Console or via API.

  2. Provide input with the following fields:

    • data: Base64-encoded string of your image file.
  3. Wait for execution and download results in JSON format from the dataset.

๐Ÿ“Œ Example Input

{
"data": "/9j/4AAQSkZJRgABAQAAAQABAAD/..."
}

๐Ÿ“ฆ Example Output

Image

{
"fileId": "68b389cb5c7cd75eb8775b79",
"name": "under_me_hJLSfqS4B",
"size": 52612,
"versionInfo": {
"id": "68b389cb5c7cd75eb8775b79",
"name": "Version 1"
},
"filePath": "/under_me_hJLSfqS4B",
"url": "https://ik.imagekit.io/d3kzbpbila/under_me_hJLSfqS4B",
"fileType": "image",
"height": 608,
"width": 1080,
"thumbnailUrl": "https://ik.imagekit.io/d3kzbpbila/tr:n-ik_ml_thumbnail/under_me_hJLSfqS4B",
"AITags": null,
"description": null
}

๐Ÿ” Disclaimer

This actor requires a valid ImageKit API key (Basic Auth). Make sure to keep your credentials secure and not expose private keys in shared environments.

๐Ÿ› ๏ธ Support

If you run into issues or have feature requests, feel free to reach out via the Apify Console or the Apify community forum.