> For the complete documentation index, see [llms.txt](https://developer.inokufu.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.inokufu.com/learning-object-api/usage-plans.md).

# Usage plans

Free Developer API keys are available through our **Rapid API** portal [here](https://rapidapi.com/inokufu-search-api/api/learning-objects-v2/pricing).

Several usage plans are available depending on your needs.

| Usage plan                  |          Basic         |           Pro           |           Ultra           |       Direct customer      |
| --------------------------- | :--------------------: | :---------------------: | :-----------------------: | :------------------------: |
| Requests included           |       500 /month       |      10 000 /month      |       100 000 /month      |      >> 100 000 /month     |
| Rate Limit                  | 10 requests per second | 100 requests per second |  100 requests per second  | >> 100 requests per second |
| Support                     |            x           |          email          |       priority email      |    email + phone (24h/7)   |
| Monthly pricing             |            0           |           $99           |            $799           |          On quote          |
| Cost per additional request |      + $0.08 each      |       + $0.02 each      | <p>+ $0.01</p><p>each</p> |          On quote          |

If you have specific requirement for your use case, we can offer you tailored usage plan. If you want to know more about our enterprise plans, please feel free to contact our [Inokufu sales team](mailto:contact@inokufu.com?subject=Inokufu%20API%20Key%20request\&body=Hi,%0D%0A%20%0D%0A%20I%20found%20your%20awesome%20Inokufu%20API%20Cloud%20and%20I%20would%20be%20very%20intersted%20to%20get%20a%20Key!%0D%0A%20%0D%0A%20My%20name%20is%20....%20and%20I%27d%20like%20to%20get%20a%20free%20API%20key%20for%20testing%20purpose%20/%20paid%20API%20key%20for%20integrating%20it%20in%20my%20app/project.%20%0D%0A%20%0D%0A%20Regards,%20%0D%0A%20...).

{% hint style="info" %}
We also have an academic access program for researchers and academics that would like to build and experiment with this API.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.inokufu.com/learning-object-api/usage-plans.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
