curl --request GET \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/signed-url \
--header 'Authorization: <api-key>'{
"uploadURL": "<string>",
"url": "<string>"
}Retrieve a signed URL for uploading assets
curl --request GET \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/signed-url \
--header 'Authorization: <api-key>'{
"uploadURL": "<string>",
"url": "<string>"
}SignedURLResponse contains a URL which can be used to upload a file to object storage.
SignedURLResponseBody is the response to allow user-agents to upload assets to our internal storage.