API Reference
Flash Loader
Run instant LLM workflows via HTTP requests
The Flash Loader endpoint allows you to run quick, single-purpose LLM workflows via HTTP requests. This is ideal for fast, simple checks that don’t require full case processing, such as document validation or classification.
Overview
Flash Loader provides:
- Instant results without job queuing
- Simplified request/response format
- Optimized for specific use cases
- Lower latency than full case processing
Making a Request
Endpoint
Request Structure
Request Parameters
The specific agent key for the Flash Loader workflow. Currently supported: “-doc-flash-v1”
The identifier for the specific check to run. Currently supported: “kyb.incorporation_document_classification_tool”
The KYB data schema containing business and document information
Response Structure
Time taken to process the request in seconds
The result of the Flash Loader check
Use Cases
Flash Loader is ideal for:
- Quick document validation
- Real-time document classification
- Simple compliance checks
- Pre-submission validation