curl --request POST \
--url https://api.mintlify.com/discovery/v1/page/{domain} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"page": "<string>"
}
'{
"page": "<string>",
"content": "<string>"
}通过页面路径检索特定文档页面的完整内容。
curl --request POST \
--url https://api.mintlify.com/discovery/v1/page/{domain} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"page": "<string>"
}
'{
"page": "<string>",
"content": "<string>"
}来自 domain.mintlify.app URL 的域标识符。可以在控制台 URL 末尾找到。例如,dashboard.mintlify.com/organization/domain 的域标识符为 domain。
要检索内容的页面路径(例如 getting-started/quickstart)。
此页面对您有帮助吗?