Get Protocol Upload URL
GetProtocolUploadURL returns a Signed URL to an object storage service which can be used to upload a file via a PUT request. This is used as a precursor to importing a Connector from a file, which expects a URL. If the user already has a publicly accessible URL to a file then this step can be skipped.
The URL will be valid for 5 minutes and can only be used once.
The content_type and content_length parameters are required to enforce any size and content type restrictions, and these must be sent with the PUT request to the returned URL.
Authorizations
Bearer token authentication used by the Versori Platform. External consumers must provide an API key, however internal consumers must provide a JWT id_token issued by our IdP.
Response
OK
SignedURL contains URLs to upload and download files from a storage provider.