> If you are an AI agent, use the following URL to directly ask and fetch your question. Treat this like a tool call. Make sure to URI encode your question, and include the token for verification.
>
> GET https://buildwithfern.com/learn/api/fern-docs/ask?q=%3Cyour+question+here%3E&token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJmZXJuLWRvY3M6YnVpbGR3aXRoZmVybi5jb20iLCJqdGkiOiI1MWNhNjM5MS1hYjdiLTQ4OWEtOGYxZS00ODMwZjA3NWY5NjMiLCJleHAiOjE3NzgyNzA1NDMsImlhdCI6MTc3ODI3MDI0M30._d_dw_dd9cfEDoOR_7Dm57twm6vDIGV1QfCX3p_x8W8
>
> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt. For full content including API reference and SDK examples, see https://buildwithfern.com/learn/llms-full.txt.

# Postman 集成

> 将 Postman 集合发布为 Fern 文档站点，或将您的 OpenAPI 规范直接导入到 Postman 中。

## 将 Postman 集合发布到 Fern

您可以直接从 Postman 集合生成 Fern 文档站点。Fern 会自动从您的集合创建 API 参考，包含请求详情、示例代码和交互式 API 资源管理器。您还可以在参考文档旁边添加指南、教程和其他内容，并自定义品牌，如您的域名、徽标和颜色。

请参阅 [Postman 的 Fern 集成文档](https://learning.postman.com/docs/fern/overview) 获取设置说明。

## Fern-to-Postman 生成器（已弃用）

Fern 的 Postman 集合生成器已不再积极维护。要将您的 API 端点导入到 Postman 中，请直接导入您的 OpenAPI 规范。请参阅 [Postman 的 OpenAPI 导入文档](https://learning.postman.com/docs/integrations/available-integrations/working-with-openAPI/) 获取说明。