cURL
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
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.