Skip to main content
Upload an image or submit a link for community voting.

Upload Types

Image Upload

Image URL Upload

The image_url upload type is only available on the cookie-authenticated /api/upload endpoint (not /api/v1/upload). FoN will download and process the image from the given URL.

Supported Platforms

Links from these platforms get rich embeds:
  • Bluesky
  • Instagram
  • Threads
  • YouTube
  • Tumblr
  • Spotify

Parameters

Response

This is the immediate creation response and only includes a subset of fields. To get the full upload object (including tags, username, vote counts, and stats), fetch it afterwards with GET /api/upload/{id}.

Duplicate Detection

If the image has already been uploaded:

API Token Upload

For programmatic access, use the /api/v1/upload endpoint with an API token:
/api/v1/upload only accepts image or link for upload_typeimage_url is not supported on this endpoint and will return a 400 Invalid upload type error. To submit an image by URL, use the cookie-authenticated /api/upload endpoint shown above.

Rate Limiting

Uploads are limited to 20 per hour per user.