Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.adrelay.dev/llms.txt

Use this file to discover all available pages before exploring further.

curl -X POST "https://api.adrelay.dev/v1/billing/portal" \
  -H "X-API-Key: $ADRELAY_API_KEY"
{
  "portal_url": "https://billing.stripe.com/p/session/..."
}
The billing portal allows users to update payment methods, view invoices, and manage their subscription. Redirect the user to the returned portal_url.