> For the complete documentation index, see [llms.txt](https://adityamukho.gitbook.io/recallgraph-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adityamukho.gitbook.io/recallgraph-docs/working-with-recallgraph/advanced-guide/provider-api.md).

# Provider API

Invoke RecallGraph's service methods directly from your Foxx microservice.

RecallGraph exports all its HTTP API methods as providers. This lets other Foxx services declare a dependency on RecallGraph, after which they can directly invoke its exported API methods. For more information, see the relevant section in [ArangoDB Docs](https://www.arangodb.com/docs/stable/foxx-guides-dependencies.html).

The API documentation for the exported providers is linked below:

{% embed url="<https://recallgraph.github.io/RecallGraph/lib/handlers/providers.html>" %}
