POST
/
search
/
url

The Search by URL endpoint allows you to search for content using a URL pointing to an image or file. This is useful for finding similar or related content across your indexed data without uploading a file directly.

Request

url
string
required

The URL of the image or file to search with

input_type
string
required

The type of input (e.g., “text” or “file”)

modality
string
required

The modality to search in (e.g., “image”, “video”, “text”)

filters
object

Additional filters to apply to the search

page
integer

The page number for pagination

page_size
integer

The number of results per page

Response

results
array

An array of search results

pagination
object

Pagination information

The search results include detailed information about each matching item, including metadata, scores, and file information. The pagination object provides information for navigating through multiple pages of results.