get signed-urls for uploading files
Request
Body Params application/json
{
"type": "arena",
"items": {
"arbitrary-item-key": {
"name": "string",
"mimeType": "string",
"objectType": "cover"
}
},
"fileDirPath": "string"
}
Request Code Samples
curl --location --request POST 'https://api.sqabl.com/v1/signed-urls' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "arena",
"items": {
"arbitrary-item-key": {
"name": "string",
"mimeType": "string",
"objectType": "cover"
}
},
"fileDirPath": "string"
}'
Responses
application/json {
"data": {
"items": "array or object of items"
}
}
Modified at 2025-12-09 07:20:31