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 POST \ --url https://api.olostep.com/v1/answers \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "task": "<string>", "json_format": {} } '
{ "id": "<string>", "object": "<string>", "created": 123, "metadata": {}, "task": "<string>", "result": { "json_content": "<string>", "json_hosted_url": "<string>" } }
AI 将执行搜索和浏览网页等操作,以找到所提供任务的答案。执行时间为 3-30 秒,具体取决于复杂性。 对于较长的任务,请改用 agent 端点。参见 Agent 功能。参见 Answers 功能。
Bearer 认证头格式为 Bearer ,其中 是你的认证令牌。
要执行的任务。
期望的输出 JSON 对象,带有空值作为模式,或者简单地描述你想要的数据作为字符串。
成功响应并附带答案。
Show child attributes
此页面对您有帮助吗?