Upload Types
| Type | Description |
|---|---|
image | Upload an image file |
image_url | Submit a URL to an image |
link | Submit a link to external content |
Image Upload
Image URL Upload
Link Upload
Supported Platforms
Links from these platforms get rich embeds:- Bluesky
- Threads
- YouTube
- Tumblr
- Spotify
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
upload_type | string | Yes | image, image_url, or link |
description | string | Yes | Description (max 500 characters) |
file | file | For image | Image file (JPEG, PNG, GIF, WebP, max 10MB) |
image_url | string | For image_url | URL to image |
external_url | string | For link | URL to embed |
tags | string | No | Comma-separated tags (max 10) |
is_private | string | No | "true" or "false" |
Response
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: