openapi.json that powers this reference. They use Authorization: Bearer $OCTOSPARK_TOKEN and default to https://api.octospark.ai.
TypeScript
https://api.octospark.ai. Pass baseUrl to the client constructor to target a different Octospark API environment.
See Authentication, Get started, the organizations API reference, or the OpenAPI document.
Python
The Python SDK is published to PyPI asoctospark-sdk and is currently in preview. The generated client uses the same bearer-token authentication model as the TypeScript SDK and defaults to https://api.octospark.ai.
https://api.octospark.ai. Pass base_url to the client constructor to target a different Octospark API environment.