Skip to content
Noah edited this page Mar 14, 2025 · 6 revisions

How to use Foundry REST API:


Foundry REST API provides various API endpoints for fetching and interacting with your foundry world data through a node.js server that act as a relay.

Getting started guide

To start using the Foundry REST API, you need to -

  • Have your API key in the module settings.

  • Each request must have the your API key in the "x-api-key" header.

  • Endpoints other than /clients require a clientId parameter that matches a connected world.

Clone this wiki locally