Loading...
Everything you need to integrate Sagole AI models into your applications
Quick start guide
API key setup
Endpoints & schemas
Code samples
Create a free account to get started with the Sagole AI Marketplace.
Pipelines allow you to chain multiple AI services together for complex document processing workflows. Create a pipeline using our visual builder that combines:
Generate an API key from your dashboard to start using pipelines programmatically.
Manage API KeysInclude your API key in the Authorization header as a Bearer token:
Loading...https://your-domain.comPipelines are the recommended way to process documents. They allow you to chain multiple AI services together in a single request, handling complex workflows like document splitting, OCR, classification, extraction, and interpretation automatically.
POST /api/pipelines/runAuthorization: Bearer YOUR_API_KEY
Content-Type: application/json{
"pipelineId": "cmi49uq4u002vn8kfjk3p6sgv",
"fileBase64": "JVBERi0xLjQKJeLjz9MKMy..."
}{
"execution": {
"id": "cml_365n2000l1078xqnofa36",
"pipelineId": "cmi49uq4u002vn8kfjk3p6sgv",
"status": "COMPLETED",
"duration": 21606
},
"output": [
{
"type": "ap",
"name": "discont_ap",
"extracted_data": {
"account_pages": [...],
"filtered_account_pages": [...],
"framework": 0
}
}
]
}Loading...Loading...Loading...Loading...Loading...Loading...Loading...Loading...Loading...Loading...