Files
Search files
Semantic vector search over your files. Embeds the query text and returns the closest matching files ranked by cosine similarity. Only files with indexed descriptions are searchable.
post/v1/files/search
Request body
Response
Search results ordered by descending similarity
Example response
{
"results": [
{
"similarity": 0.82
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.