v1
latestOpenAPI 3.0.02026-08-0455133277.1 KBCatalog
Create a download resource
Create a download resource which will get populated with a signed url async. Only one of orderitem or catalog id should be populated in a single request.
post/v0/catalogs/download
Request body
Example request
{
"catalog_ids": [
"47435e2b-d8c4-51ff-9de9-2be3bfc92276"
]
}Response
Created
Example response
{
"id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
"signed_url": "http://signed_url_link"
}