listDatasets()
Discover all datasets visible to you — public datasets plus any private datasets you’ve been granted access to.Dataset Interface
query()
Search across one or more datasets. Provide eithertext or vector.
Text query (recommended)
Pre-computed vector
With metadata filters
Response Interface
Error Handling
| Error Class | Status | When |
|---|---|---|
ValidationError | 400 | Bad input |
AuthenticationError | 401 | Invalid credential |
InsufficientBalanceError | 402 | Balance too low |
ForbiddenError | 403 | Wrong role |
NotFoundError | 404 | Resource not found |
ServerError | 500 | Server error |