Skip to main content
POST
/
v1
/
search
/
{search_id}
/
find-more
Find More Search
curl --request POST \
  --url https://api.happenstance.ai/v1/search/{search_id}/find-more \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "parent_search_id": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

search_id
string
required

Response

Successful Response

Response from POST /v1/search/{id}/find-more - finding more results for a search.

id
string
required

Unique identifier for the new search request

parent_search_id
string
required

ID of the original parent search