> For the complete documentation index, see [llms.txt](https://docs.podigee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podigee.com/documentation/start-here/ai-agents/mcp-reference/public-limits-and-defaults.md).

# Public limits and defaults

Current public batch, upload, operation, analytics, pagination, and import limits.

## Shared defaults

| Contract                      | Value                             |
| ----------------------------- | --------------------------------- |
| Default list page             | 25 items                          |
| Maximum list page             | 100 items                         |
| Bulk episode updates          | 1 to 50 per call                  |
| Import episode limit          | 1 to 1,000, default 1,000         |
| Analytics default window      | Trailing 30 days ending yesterday |
| Maximum analytics range       | 366 days                          |
| Preview confirmation lifetime | 15 minutes and one use            |

## Upload limits

| Contract                          | Value      |
| --------------------------------- | ---------- |
| Multipart threshold and part size | 30 MiB     |
| Maximum file                      | 20 GiB     |
| Maximum parts                     | 10,000     |
| Active sessions per account       | 10         |
| Active declared bytes per account | 40 GiB     |
| Declared bytes per 24 hours       | 100 GiB    |
| Declared parts per 24 hours       | 20,000     |
| Signed URL lifetime               | 15 minutes |
| Upload session lifetime           | 24 hours   |

Clients must use limits, part data, and expiry returned by the server. These documented values can change through a versioned contract update.

## Import limits

The account can start up to 20 imports in a rolling 24-hour period. A blocked import should be retried only after the reported condition changes.

## Plan limits

Podcast licenses, publishes, storage, encoding, downloads, audience size, AI credits, social clips, team seats, video, analytics history, imports, exports, and protected feeds can depend on the current plan. Use `doctor` and the specific tool error instead of hard-coding commercial entitlements.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.podigee.com/documentation/start-here/ai-agents/mcp-reference/public-limits-and-defaults.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
