API status codes

Status codes

The API server responds contain a status code specifying the status of the response. The table below lists all the status codes and messages returned by the API server:

Code

Message

Explanation

20

OK

The request was processed successfully. The response might also contain the data parameter containing data returned from the server.

22

Maintenance mode

The API servers have entered in maintenance mode and cannot complete any requests. In this case you should try again later.

30

Missing mandatory parameter

The request does not contain one or more required parameters. There are at least 3 required parameters for every request: apiKey, signature and action. Other methods may also have extra mandatory parameters. Please check the API Reference for more information.

31

Requests per second limit exceeded

There were too many requests per second made with the same API key.

32

Requests per minute limit exceeded

There were too many requests per minute made with the same API key.

33

Uploads per month exceeded

You have exceeded the maximum number of uploads allowed per month.

34

File size too large

35

Collection maximum pages number exceeded

36

Multiple files upload not allowed

37

Delete flipbook not available for this collection

deprecated

38

Collection is in processing state

40

Bad request

  • You made a POST request for an API call that is not uploading files.

  • You made a GET request for an API call that uploads files.

  • Your request is incorrectly formatted or the URL is invalid.

41

Invalid credentials

The API key provided in the request is invalid.

42

Invalid action

The API method you specified in the request is incorrect. Please see the API Reference for the list of possible methods.

43

Forbidden

You are not allowed to access the specified collection: it has been deleted or the collection belongs to another user.

44

Invalid signature

The signature you provided is incorrect - it does not match the request.

45

Invalid file format

46

Invalid collection hash

You are trying to access a collection that does not exist.

47

Invalid flipbook hash

You are trying to access a flipbook that does not exist.

50

Operation failed

An error occurred on the server and the request could not be completed. In this case you should resend the request after a few seconds. If the request still fails after several attempts, please contact us.

Last updated