Skip to content

Environments

Podscribe runs two environments. They serve the same paths from different data, and Podscribe issues a key against the environment you asked for. Use the key you were given with the host it was given for, and ask your Podscribe contact if you need one for the other environment.

Environment Base URL Documentation
Production https://backend.podscribe.ai developers.podscribe.com/api
Staging https://backend-staging.podscribe.ai staging-docs.api.podscribe.com

Endpoint pages list the production base URL, because that is the host the OpenAPI specification declares. Substitute the staging host when you are working against staging; the paths are the same.

Each documentation site is built from the specification of the branch that deploys its environment, so the two editions differ wherever staging is ahead. They currently describe the same 35 paths and the same 38 operations; what staging adds is fields, such as the Incrementality Source column on the impressions report and an optional report name. Compare the two sites when a field you expect is missing.

Build an integration against staging first. Once it works there, swap the base URL and the key for the production pair.