Podbean Rate Limits
Podbean does not publish fixed numeric rate limits for its public API. Access is gated first by OAuth 2.0 - an app must be registered and hold a valid access token scoped to a podcast (single-podcast via Client Credentials or Authorization Code, or per-podcast via the Multiple Podcasts token flow). Practical throughput is shaped by the account's hosting plan (storage, bandwidth, and monthly upload allowances) rather than by a documented per-minute request cap. Media bytes are not sent through the API - the file upload flow returns a presigned URL that the client PUTs to directly - so large uploads do not consume API request budget.
Podbean Rate Limits is the machine-readable rate-limit profile for Podbean on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 4 rate-limit definitions, measuring requests, podcasts, and bytes.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled and unauthorized.
Tagged areas include Podcasting, Podcast Hosting, Rate Limiting, and Quotas.