Image hosting and upload API

Image hosting for fast, shareable links

Upload without an account, choose a retention period, and receive a direct URL plus Markdown, HTML and BBCode links.

  • JPG, PNG, GIF, WebP
  • Up to 5 MB
  • Four link formats
Step 01

Open the upload page

Use the dedicated image upload page for file selection, preview and verification.

Step 02

Choose retention

Select 1 day, 7 days or 30 days before uploading the image.

Step 03

Copy the result

Receive a direct URL plus Markdown, HTML and BBCode output.

Image upload API

Add image uploads to your own workflow

Approved users can upload one image or multiple images with an assigned user ID and API key, then query usage and upload records.

{
  "ok": true,
  "url": "https://...",
  "markdown": "![image](...)",
  "html": "<img src=\"...\">",
  "bbcode": "[img]...[/img]"
}

Before you upload

Clear limits and responsible sharing

Use image hosting for content you are allowed to share. Do not upload private, sensitive or illegal material.

  • Accepted filesJPG, PNG, GIF and WebP images, with a 5 MB maximum per file.
  • RetentionNormal uploads provide 1-day, 7-day and 30-day choices. Approved long-term storage uses a separate code.
  • Removal and abuseUse the contact page to report abuse or request removal of an image you control.
  • PrivacyReview the privacy policy before uploading content that may contain personal information.

Common questions

Image hosting FAQ

Do I need an account to upload an image?

No account is required for a normal image upload. Open the upload page, choose a file and complete the verification shown there.

Which image formats are supported?

The upload page accepts JPG, PNG, GIF and WebP images up to 5 MB.

Which link formats are returned?

A successful upload provides a direct URL, Markdown, HTML and BBCode so you can choose the format required by the destination.

How do I request API access?

Open the API documentation page and use the listed email address to request an API user ID and API key.

Ready to host an image?

Continue to the existing upload page to select your file and retention period.

Go to image upload