Prerequisites
- A Splendor API token and your tenant ID. Both are available from the console under your workspace settings.
- At least one dataset that has finished ingesting. New to ingestion? See Datasets & schema.
Steps
List your datasets
Confirm your credentials work and find a dataset to query.Pick a
dataset_id from the response to use in the next step.Run a search
Search the dataset for a keyword. The request body selects the datasets, the query text, and how many results to return.
Read the response envelope
Every search — text, SQL, or semantic — returns the same shape. The fields tell you what came back and whether more exists.Keep the
search_id. It is a handle you can use to page deeper, export the full result set, or save the query as a view — without re-sending the query body.If
results is non-empty and you have a search_id, your integration is working end to end.Next steps
Search model
Compare text, SQL, and semantic search and when to use each.
Handles & cursors
Page through results, export, and re-run queries from a handle.
Views
Save a query or materialize a result set for repeatable analysis.
Authentication
Understand tokens, the tenant header, and roles.