Search documentation

Semantic search across Observe's built-in documentation. Given a natural-language
query, returns the most relevant documentation chunks ranked by cosine similarity.

Results are returned at the chunk level, not whole documents. A single documentation
page may be split into multiple chunks, each with its own embedding and score.
Multiple chunks from the same source page can appear in the results.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length between 1 and 4096

Natural-language search query.

integer
1 to 100
Defaults to 20

Maximum number of results to return.

float
0 to 1
Defaults to 0.5

Minimum cosine similarity score. Results below this threshold are excluded.

Responses

Language
Credentials
Bearer
Authorization: Bearer <customerid> <apitoken>
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json