Definitions of key terms and concepts used in the Imagior 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 Imagior API. The format is: Bearer YOUR_API_KEY
.
GET
(to retrieve data), POST
(to create or update data), PUT
(to replace 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
.
limit
and offset
are often used to control the size and position of pages.