Definitions of key terms and concepts used in the Videnly API and documentation.
Authorization
header of every API request to validate the user’s access.
Bearer YOUR_API_KEY
.
Authorization
header of an HTTP request to authenticate access to the Videnly API. The format is: Bearer YOUR_API_KEY
.
GET
(to retrieve data), POST
(to create or update data), and DELETE
(to remove data).
403 Forbidden
for insufficient credits and 404 Not Found
for missing resources.
200 OK
, 403 Forbidden
, 404 Not Found
, and 500 Internal Server Error
.