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
resource_name
string
required
resource_type
enum<string>
required
Available options:
audio,
video,
image,
text,
csv

Response

200
application/json
Successful Response
resource_id
string
required
resource_name
string
required
resource_type
string
required
resource_size
string
required