Skip to Content
API ReferenceOverview

Developer

API Reference

Programmatically interact with your notebooks, sources, and conversations.

Note

The API is currently in beta. Some endpoints may change in future releases.

Overview

The Onsomble API is a RESTful API that allows you to integrate Onsomble into your applications and workflows.

Base URL

https://api.onsomble.ai/api

Quick Reference

Getting Started

Get your API token

Generate a token from Settings → API Keys in your account.

Make your first request

Test authentication with a simple request.

Explore endpoints

Check out the endpoint documentation for each resource.

Authentication

All API requests require a Bearer token:

curl -H "Authorization: Bearer YOUR_TOKEN" \ https://api.onsomble.ai/api/notebooks
Getting Your Token

Generate an API token from your account settings at Settings → API Keys.

Rate Limits

LimitThreshold
Per minute100 requests
Per hour1,000 requests
Per day10,000 requests

Rate limit headers are included in all responses.

SDKs

Coming Soon

Official SDKs for JavaScript, Python, and other languages are in development.

Learn More

Last updated on