{
"param": {
"collections": [
[
"/xxx/yyy/ddd/g1.jpg",
"/xxx/sss/ggg/g6.jpg",
"/xxx/sss/ggg/g5.jpg"
]
],
"tenantToken": "dhfkdjfldkfld"
}
}
curl --location --request POST 'https://open-auth.tezign.com/open-api/standard/v1/collection/asset/get-url' \
--header 'Access-token: b4e5f6d6-c2be-4041-a773-7b9aba0dffbd' \
--header 'Token-type: bearer' \
--header 'x-open-api-user: xxx@tezign.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"param": {
"collections": [
[
"/xxx/yyy/ddd/g1.jpg",
"/xxx/sss/ggg/g6.jpg",
"/xxx/sss/ggg/g5.jpg"
]
],
"tenantToken": "dhfkdjfldkfld"
}
}'
{
"code": "0",
"message": "success",
"result": {
"success": [
{
"/xxx/yyy/ddd/g1.jpg": "ad",
"/xxx/sss/ggg/g6.jpg": "mollit non",
"/xxx/sss/ggg/g5.jpg": "tempor in",
"/xxx/yyy/ddd/g2.jpg": "non cillum nulla mollit consequat",
"/xxx/yyy/ddd/g3.jpg": "Ut laborum aute velit",
"/xxx/yyy/ddd/p1.jpg": "in deserunt",
"/xxx/sss/ggg/g4.jpg": "sint irure sit",
"/xxx/sss/ggg/p2.jpg": "voluptate Ut consequat et"
}
],
"errorMsg": {
"/xxx/yyy/ddd/g2.jpg": "veniam tempor qui mollit",
"/xxx/sss/ggg/g6.jpg": "commodo deserunt minim"
}
}
}