200 - OKThe request is successful.
400 - Bad requestThe request is inadequate. This is usually caused by missing required parameters or malformed syntax.
403 - ForbiddenThe API key doesn't have permissions to perform the request.
404 - Not FoundThe requested resource does not exist.
409 - ConflictThe request conflicts with the current state of the server. For example updating an immutable resource already present on the server.
500, 502, 503, 504 - Internal Server ErrorSomething went wrong on Uiza's end
Errors are returned with format containing amessage
and anerror_type
to help you pinpoint what went wrong. While you can find all the possible error messages in our API Reference, these errors are categorized by the followingerror_types
:
api_connection_error
api_error
authentication_error
invalid_request_error
rate_limit_error
video_error