HomeGuidesAPI Reference
ChangelogHelp CenterCommunityContact Us
API Reference

Upload Image From File

Upload an image from a file.

If you want to import an image from an existing url or a data uri, use the Upload Image From URL endpoint instead.

Rate limits:
Burst: 3/s
Steady: 100/m
Daily: 100/d

Scopes:
images:write

Body Params
file
required

The image file to upload. Supported image formats: jpeg,png,gif. Maximum image size: 5MB.

string

A name for the image. Defaults to the filename if not provided. If the name matches an existing image, a suffix will be added.

boolean
Defaults to false

If true, this image is not shown in the asset library.

Headers
string
required
Defaults to 2025-01-15

API endpoint revision (format: YYYY-MM-DD[.suffix])

Responses

Language
Credentials