curl --request GET \ --url https://api.withampersand.com/v1/generate-upload-url \ --header 'X-Api-Key: <api-key>'
{ "url": "<string>", "bucket": "<string>", "path": "<string>" }
The response is of type object.
object
Was this page helpful?