Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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>", "credits_consumed": 123, "cost_usd": 123 }
通过其 ID 检索之前完成的地图。
Bearer认证头格式为Bearer ,其中是你的认证令牌。
要检索的地图的唯一标识符。
成功响应包含地图对象。
此地图的唯一标识符
当前响应中的 URL 数量
页面上找到的 URL 数组
分页游标以检索下一组 URL。如果为 null,则表示已检索到所有 URL。
此请求消耗的积分数量。在执行完成后填充。积分是计费的真实来源。
此请求的估计成本(以美元计)。在执行完成后填充。根据消耗的积分和你的计划费率计算——99% 准确,但 credits_consumed 是权威值。
此页面对您有帮助吗?