Skip to main content
POST
/
v1
/
deepresearch
/
tasks
/
{id}
/
update
Add follow-up instruction
curl --request POST \
  --url https://api.valyu.ai/v1/deepresearch/tasks/{id}/update \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "instruction": "Focus more on recent developments from 2024 onwards"
}
'
{
  "success": true,
  "message": "Instruction added",
  "deepresearch_id": "f992a8ab-4c91-4322-905f-190107bd5a5b"
}

Authorizations

x-api-key
string
header
required

Your Valyu API key. Get one at platform.valyu.ai

Path Parameters

id
string<uuid>
required

Deep research task ID (UUID)

Body

application/json
instruction
string
required

Follow-up instruction to add to the running task

Example:

"Focus more on recent developments from 2024 onwards"

Response

Instruction added successfully

success
boolean

Whether the operation was successful

message
string

Status message

deepresearch_id
string<uuid>

Task identifier