Upload Types
Image Upload
Image URL Upload
Theimage_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.
Link Upload
Supported Platforms
Links from these platforms get rich embeds:- Bluesky
- 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_type — image_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.