Asset Upload by URL
- 1 Minute to read
- DarkLight
Asset Upload by URL
- 1 Minute to read
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
To upload an asset using URL, mention the following in the postman and then click Send.
POST
Query Parameters
Expand to see the parameters and description
Parameter | Parameter Type | Data Type | Accepted Values | Description |
dataOwner | Required | String | GUID | The same as company ID representing your company. |
fileName | Required | String | Valid Filename | Desired file name to be used in CXH. Do not recommend using the following characters & % < > ! / \ | , $ @ |
Specify the required values for params dataOwner and fileName.
Headers
Authorization: Specify required Auth Token in the header.
Request Parameters
Expand to see the parameters and description
Parameter | Parameter Type | Data Type | Accepted Values | Description |
Asset URL in quotes | Required | String | URL | Public facing URL to access the asset. |
Request
"https://cdn.motor1.com/images/mgl/8e8Mo/s1/most-expensive-new-cars-ever.webp"
Response 200 OK
"313d20d2-c198-4ad4-95a9-927fb4348424"
Was this article helpful?