POST
/
resources
/
from-link
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>"
}

Authorizations

X-API-Key
string
header
required

Body

application/json

Response

200
application/json
Successful Response

The response is of type object.