curl --request POST \
--url https://api.sierra.absconsulting.com/v1/tools/web/research \
--header 'Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"instructions": "<string>"
}
'{
"instructions": "<string>",
"model": "<string>",
"researchId": "<string>",
"status": "<string>"
}Create a task for an agent to explore the web, gather sources, synthesize findings, and return a detailed report on a topic.
curl --request POST \
--url https://api.sierra.absconsulting.com/v1/tools/web/research \
--header 'Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"instructions": "<string>"
}
'{
"instructions": "<string>",
"model": "<string>",
"researchId": "<string>",
"status": "<string>"
}Access the API as yourself. You can find your API key in your profile menu in Portal.
Research instructions and optional output schema.
Was this page helpful?