Search a space

View as Markdown
Semantic search over every file in the space. Files uploaded to a space are indexed as they are parsed, which is what makes this work — files in the default hidden workspace are not. `q` is the query in plain words; `limit` caps the matches (1–100, default 20). Each match carries where it came from: the file, and the page, box or timecode when the file was indexed with grounding. **Learn more:** [Spaces](https://docs.cloudraker.com/developers/spaces)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

spaceIdstringRequired

Query parameters

qstringRequired>=1 character
limitintegerOptional1-100

Response

Ranked matches.
matcheslist of objects
Ranked by relevance. No cursor.

Errors

400
Bad Request Error
404
Not Found Error
429
Too Many Requests Error