HomeGuidesAPI Reference
ChangelogHelp CenterCommunityContact Us
API Reference

Upload Image From URL

Import an image from a url or data uri.

If you want to upload an image from a file, use the Upload Image From File endpoint instead.

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

Scopes:
images:write

Body Params
object
required
string
required
object
required
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.

string
required

An existing image url to import the image from. Alternatively, you may specify a base-64 encoded data-uri (data:image/...). Supported image formats: jpeg,png,gif. Maximum image size: 5MB.

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