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>'
{
  "page_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.

page_id
string
required

Page identifier for the new result page. Use as the page_id query parameter on GET /v1/search/{id}?page_id={page_id} to retrieve results.

parent_search_id
string
required

ID of the original parent search