Create Image Path

POST {{baseUrl}}/api/v2/guide/user_images

Returns the image path that you can use to display the image in a community post.

You should only use this endpoint after uploading the image. See Uploading the image with the upload URL.

Request Body Format

The request body must be a JSON object with the following properties:

NameTypeMandatoryDescription
tokenstringtrueThe image token. See Create Image Upload URL and Token
brand_idstringtrueThe ID of the brand where this image was uploaded

Allowed for

  • Anonymous users

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: Created

{"user_image":{"content_type":"\u003cstring\u003e","path":"\u003cstring\u003e","size":"\u003cnumber\u003e"}}