Create new Content from URL

Returns album_photo_id. Generally, most image types, gifs, as well as mp4s are allowed in the photo_uri. If the same image is created multiple times, the image properties will not change, but if additional products or categories are included they will be tagged.

Query Params
string
required

Pixlee's ACCOUNT PRIVATE API KEY

Body Params
json
Defaults to {"album_id":9996319,"title":"something something danger zone","email":"[email protected]","username":"Dennis","photo_uri":"http://example.com/picture.jpg","avatar_url":"http://example.com/user-avatar.jpg","approved":true,"connected_user_id":123456789,"product_skus":["productA","productB"],"category_names":["Clothing","Shoes"],"connected_user":{"shirt_size":"M"}}

See example below. Note: either the connected_user_id must be non null or the email must be non null. If both are non null, connected_user_id will be selected as the user.

Headers
string
required

An HMAC-SHA1 signature converted from your payload (documentation: https://developers.pixlee.com/reference/about-the-content-api#authentication)

Responses

Language
Credentials
Query
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json