Search API
Search Profiles
Search for profiles using semantic vector search and classic filtering, sorting, and pagination
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Natural language search query. If provided, enables vector-based semantic search.
Vector search similarity threshold (0-100). Higher = stricter match.
Field to filter by (e.g. name
, location
, language
, id
).
Value to filter for (case-insensitive partial match).
Field to sort by (e.g. last_updated
, created_at
, name
). Ignored when using vector search.
Sorting order: asc
or desc
.
Available options:
asc
, desc
Page number for pagination.
Number of profiles per page.
Response
200
application/json
A list of matching profiles and pagination metadata
The response is of type object
.