Find visually similar files
Regional
us.api.brault.app— follows the region selector in the top barNearest neighbours of this file’s embedding. Consumes the search rate bucket.
Authorization
apiKey AuthorizationBearer <token>
API key from Settings → Developers
In: header
Path Parameters
fileId*string
Query Parameters
limit?number
Range
1 <= value <= 100Default
50cursor?string
Opaque cursor from a previous response.
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/files/string/similar"{ "object": "list", "has_more": true, "next_cursor": "string", "data": [ { "object": "file", "id": "string", "kind": "image", "name": "string", "extension": "string", "mime": "string", "size": 0, "status": "processing", "library_id": "string", "folder_id": "string", "external_url": "string", "duration_ms": 0, "resolution": "1920x1080", "created_at": "2019-08-24T14:15:22Z", "created_by_id": "string", "trashed_at": "2019-08-24T14:15:22Z", "thumbnail_url": "string", "version": { "count": 0, "active_number": 0, "active_id": "string" } } ]}