For the complete documentation index, see llms.txt. This page is also available as Markdown.

Overview

LibraryPackageRuntimeStatus
Pythonscispace 1.03.9+GA
TypeScriptscispace 1.0Node 18+GA
RESTGA

What every SDK guarantees

  • Retry with exponential backoff and full jitter on 429 and 5xx, honouring Retry-After; 4 retries by default

  • An Idempotency-Key generated per POST and reused across retries

  • .wait() on async resources, with a default 300-second timeout

  • Cursor pagination as a plain iterator

  • Streaming as a native iterator

  • Typed enums for depth, status, and error.type

  • A pinned SciSpace-Version, stated in each release's notes

Versioning

Semver. A new SDK major may change method signatures; it always pins an API version date, and each major is supported for 12 months after its successor ships. Patch and minor releases never change the pinned API version. See versioning.

Everything in this section

python · typescript · rest

Last updated