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:
| Name | Type | Mandatory | Description |
|---|---|---|---|
| token | string | true | The image token. See Create Image Upload URL and Token |
| brand_id | string | true | The ID of the brand where this image was uploaded |
Allowed for
- Anonymous users
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
RESPONSES
status: Created
{"user_image":{"content_type":"\u003cstring\u003e","path":"\u003cstring\u003e","size":"\u003cnumber\u003e"}}