cURL
curl --request GET \ --url https://api.olostep.com/v1/maps/{map_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "urls_count": 123, "urls": [ "<string>" ], "cursor": "<string>" }
通过其 ID 检索之前完成的地图。
Documentation IndexFetch the complete documentation index at: https://docs.olostep.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.olostep.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer 认证头的格式为 Bearer ,其中 是你的认证令牌。
要检索的地图的唯一标识符。
成功响应包含地图对象。
此地图的唯一标识符
当前响应中的 URL 数量
页面上找到的 URL 数组
分页游标以检索下一组 URL。如果为 null,则表示所有 URL 已被检索。
此页面对您有帮助吗?