cURL
curl --request POST \ --url https://api.verbalia.net/resources/upload \ --header 'Content-Type: multipart/form-data' \ --header 'X-API-Key: <api-key>'
{ "resource_id": "<string>", "resource_name": "<string>", "resource_type": "<string>", "resource_size": "<string>" }
Upload a resource to the server and get a resource ID.
image
audio
video
text
csv
Successful Response
The response is of type object.
object
Was this page helpful?