cURL
curl --request GET \ --url https://api.verbalia.net/resources/upload-helper \ --header 'X-API-Key: <api-key>'
{ "upload_url": "<string>", "fields": "<any>" }
Create a pre-signed URL for uploading a resource to the server.
image
audio
video
text
csv
Successful Response
The response is of type object.
object
Was this page helpful?