The TutorCruncher API allows you to access all the information available in your TutorCruncher account. This section of TutorCruncher can be useful if you are looking to get an overview of a large amount of information or are looking to edit/update certain parts of the system quickly.
If you want to find out more about how the TutorCruncher API works and what you can do with it, you can access our detailed API Documentation.
You will also be using this page if you are integrating TutorCruncher with your website via the TutorCruncher Socket.
The TutorCruncher API page can be found via System > Settings > TutorCruncher API > API. Here you can view all of the integrations you have linked up with TutorCruncher, and add a new integration.
An example of an API integrations page.
Frequently Asked Questions
What is the API Rate Limit and can I increase it?
The API permits 100 requests per minute to prevent server overload. This limit is fixed and cannot be increased. To avoid exceeding this limit, consider storing API request results locally or implementing retry logic to pause before retrying requests.