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秒,具体取决于复杂性。 对于较长的任务,请改用代理端点。请参阅代理功能。请参阅答案功能。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Die auszuführende Aufgabe.
Das gewünschte Ausgabe-JSON-Objekt mit leeren Werten als Schema oder einfach die Daten, die Sie als String wünschen, beschreiben.
Erfolgreiche Antwort mit der Antwort.
Show child attributes
此页面对您有帮助吗?