Endpoints
Every integration reaches revenexx through a small set of public endpoints. Knowing which one to call keeps your requests predictable and fast.
API gateway
All API calls go to a single entry point:
https://api.revenexx.com/v1
This is the endpoint you set in every SDK and the base URL for direct REST calls. Requests are scoped to a tenant with the X-Revenexx-Tenant header, so you do not need to target a region or a per-tenant host. The per-tenant OpenAPI description is available at https://api.revenexx.com/v1/openapi.json.
Storage delivery
Files you store in revenexx Storage are served and transformed from:
https://storage.revenexx.com/{tenant}/...
You can also serve and transform files under your own domain's /cdn/ path once you connect a custom domain. See Storage for upload, download, and image transformation.
Custom domains
You can connect your own domain so requests and delivery run under a hostname you control. Configure custom domains in the customer console under Settings > Custom domains. See DNS service for apex-domain setup.
Summary
| Endpoint | Use |
|---|---|
https://api.revenexx.com/v1 | API gateway for all integrations |
https://storage.revenexx.com/{tenant}/... | Storage delivery and image transformation |
| Your custom domain | Requests and delivery under your own hostname |