Transient Intelligence — Quick start
Get your API key and complete your first successful analysis via the Transient Intelligence API.
1. Get Your API Key
Every request requires an API key in the x-api-key header. Create an account, then generate a key from your developer dashboard.
2. Your First Request
The simplest way to use the API is the one-call orchestrator endpoint. It handles upload, processing, and query answering in a single request.
Production endpoint
The examples below use the canonical production base URL: https://api.transientintelligence.com.
Let AI build your integration
Copy this prompt and paste it directly into Claude, ChatGPT, or any capable model. Fill in the placeholder at the bottom and it will generate working integration code for your stack.
Never paste your real API key into an AI chat
The prompt below tells the model to use an environment variable as a placeholder. Once you have the generated code, set TI_API_KEY in your environment — never hardcode it in the source.
The model will generate the full integration — HTTP calls, error handling, and empty-citations branching included. Come back to the AI Clients or Automation Platforms pages for platform-specific notes and system prompt templates.
Prompt your AI to use TI as a skill
Once the integration is live, your AI needs a system prompt that defines when to call TI and how to handle what it returns. Without it, the model will improvise — mixing retrieved evidence with its own training knowledge.
Prompt Library
The Prompt Library has the full operating prompt, client-specific system prompts for Claude Desktop, ChatGPT, Gemini and Grok, and use-case addons for legal, financial, and research documents.
Browse the Prompt Library →SDKs & client libraries
There is currently no official SDK. The API is plain REST — any HTTP client works. The examples above are all you need to get started.
Auto-generate a client from the OpenAPI spec
Download the OpenAPI YAML and use openapi-generator or openapi-ts to generate a typed client in your language of choice.
Next Steps
Once you have the basic flow working, dive into the detailed integration contracts:
