Skip to main content
POST
/
v1
/
research
Create Research
curl --request POST \
  --url https://api.happenstance.ai/v1/research \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "description": "<string>"
}
'
{
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
description
string
required

Description of the person to research

Response

Successful Response

Response from POST /v1/research - creating a new research request.

id
string
required

Unique identifier for the research job