Upload temporary files via Base64 encoded data. Note: Uploaded files are temporary and automatically deleted after 3 days.
iVBORw0KGgoAAAANSUhEUgAA...data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA...All APIs require authentication via Bearer Token.
Get API Key:
Usage: Add to request header: Authorization: Bearer YOUR_API_KEY
Note:
Base64 encoded file data. Supports pure Base64 strings or data URL format
"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA..."
File upload path, without leading or trailing slashes
"images/base64"
File name (optional), including file extension. If not provided, a random filename will be generated. If the same filename already exists, the old file will be overwritten, but changes may not be immediately visible due to caching
"my-image.png"