Skip to main content
POST
/
api
/
research
/
deep
cURL
curl --request POST \
  --url https://recoup-api.vercel.app/api/research/deep \
  --header 'Content-Type: application/json' \
  --data '
{
  "query": "<string>"
}
'
{
  "status": "success",
  "content": "<string>",
  "citations": [
    "<string>"
  ]
}

Body

application/json

Request body for deep research. Performs comprehensive multi-source analysis.

query
string
required

The research question — be specific and detailed for best results.

Response

200 - application/json

Deep research report with citations

Comprehensive research report with citations.

status
enum<string>
Available options:
success,
error
content
string

The full research report as markdown.

citations
string<uri>[]

Source URLs cited in the report.