Skip to main content
GET
/
search
/
download
Download Search Results
curl --request GET \
  --url https://api.sixtyfour.ai/search/download
{
  "url": "<string>",
  "bucket": "<string>",
  "path": "<string>"
}

Headers

x-api-key
string | null

Query Parameters

resource_handle_id
string
required

Resource handle ID for the search result

Response

Successful Response

Response for result download endpoint.

url
string
required

Signed download URL.

bucket
string
required

Storage bucket containing the file.

path
string
required

Object path within the bucket.