cURL
curl --request POST \ --url https://api.verbalia.net/resources/from-link \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "resource_name": "<string>", "resource_type": "audio", "link": "<string>" }'
{ "resource_id": "<string>", "resource_name": "<string>", "resource_type": "<string>", "resource_size": "<string>" }
Create a resource in the server from a public link and get a resource ID.
Successful Response
The response is of type object.
object
Was this page helpful?