GET
/
related-documents

Query Parameters

account_id
int
required

This is your account ID.

input_sequence
string
required

This is the query we use to search for related documents.

num_docs
int
required

Number of related documents you want to receive.

index_name
string

This is the name of the index you want to search for the specifed document. This parameter is optional - if left blank will use auto indexing.

Headers

Authorization
string
required

This is your API token associated with your account.

Response

response
list

Contains a list of the more relevant samples from however many files were specified, as well as a score for how closely the content matches the query.