Base URL
All requests contain the following base URL:Quick examples
The fastest way to use Lasso — no setup required:Authentication
To authenticate you need to add anAuthorization header with the contents of the header being Bearer lasso_xxxxxxxxx where lasso_xxxxxxxxx is your API Key.
SDKs
Official SDKs are available for TypeScript and Python.Response codes
Lasso uses standard HTTP codes to indicate the success or failure of your requests.
See Errors for the full error response format.
Pagination
List endpoints support page-based pagination withpage and limit query parameters. The default page size is 25 and the maximum is 100.
Webhooks
Configure awebhook_url on search, enrich, or table creation to receive HTTP POST notifications when processing completes. Webhook payloads are signed with HMAC-SHA256 and retried up to 3 times with exponential backoff.
See Webhooks for delivery format, signature verification, and retry policy.
