BitRouterBitRouter.
Get API Key
Discovery

List providers

Public registry of providers the node knows about, sourced from the upstream bitrouter-providers builtins. Used by the console to render the BYOK page without hard-coding the list.

GET
/v1/providers

Response Body

application/json

curl -X GET "https://api.bitrouter.ai/v1/providers"
{
  "data": [
    null
  ]
}

How is this guide?