APIs & developers
Private betaYour company context, in three APIs.
Search, Chat and Agents: the same building blocks as the app, exposed to your systems, with the same permissions and guardrails. Access by appointment.
Endpoints
POST/v1/searchHybrid search (lexical + semantic)
GET/v1/documents/{id}Document, metadata and permissions
POST/v1/search/suggestSuggestions and entities
Search APIapi.scalt.eu · v1
POST https://api.scalt.eu/v1/search
Authorization: Bearer SCALT_API_KEY
X-Scalt-Act-As: marie.lefevre@acme.fr # permissions de l'utilisateur
{
"query": "clauses de résiliation contrat Octopus",
"sources": ["drive", "notion"],
"limit": 5
}
// 200 OK
{
"results": [{
"title": "Contrat cadre Octopus · v3",
"snippet": "Article 12 · Résiliation : préavis de 90 jours…",
"source": "drive", "score": 0.94,
"permissions": "inherited"
}]
}Shared by all three APIs
The same rules as in the app.
Auth & permissions
Per-workspace API keys, OAuth tokens, and an Act-As header: every call inherits a real user’s permissions.
Same guardrails as the app
PII anonymised, injections blocked, sources verified: Protect policies apply to every API request.
Everything is traced
Every response carries an audit_id, visible in Cases and exportable to your SIEM.
Hosted in Europe
Endpoints served from the EU, data never leaves Europe, rate limits per workspace.
Invite-only access · private beta
Book a call to get your access.
The APIs are open to private-beta customers and partners. In 30 minutes we frame your use case and hand you a sandbox key and the full documentation.
- Sandbox key + 10,000 free requests
- OpenAPI docs, Python & TypeScript SDKs
- Shared Slack channel with the engineering team