Skip to main content
POST
/
agent
/
deepresearch
Deepresearch Agent
curl --request POST \
  --url https://chat.sambanova.ai/api/agent/deepresearch \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "prompt": "<string>"
}
'
{
  "status": "success",
  "result": "I've created the bar chart...",
  "artifacts": [
    "file-id-123"
  ],
  "thread_id": "thread-abc"
}

Authorizations

Authorization
string
header
required

SambaNova API Key

Body

application/json

Request for deep research agent json object

prompt
string
required

The main prompt for the deep research agent

Response

Successful Response

Base agent response object

status
string
required

status of agent gereneration

result
string
required

results description

artifacts
string[]
required

generated artifacts

id of generated artifact

thread_id
string
required

thread id for persistent context