Skip to main content
Use POST /v1/score when you already have a small set of documents and only need to rank them once. The documents are not added to an index. The example uses BREADBOWL_API_URL and BREADBOWL_API_KEY from the quickstart.
The response lists the documents in relevance order. IDs and metadata come from your request. Use transient scoring for a request-local candidate set of up to 50 documents. Use indexed search when documents are reused across queries or need lifecycle management and metadata filters. BreadBowl Embed records aggregate usage for the request but does not create stored documents or indexed representations. See data handling for details.