Gateway APIs
Classify Text
Classify text into predefined categories.
POST
Documentation Index
Fetch the complete documentation index at: https://budecosystem-b7b14df4.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Headers
| Parameter | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | Bearer authentication header |
Body
| Parameter | Type | Required | Description |
|---|---|---|---|
| model | string | No | Classification model identifier. Default: default/not-specified |
| input | array | Yes | Array of text strings to classify |
| raw_scores | boolean | No | Return raw scores instead of normalized probabilities. Default: false |
| priority | string | No | Priority level: high, normal, low. Default: normal |
Supported Providers
Cohere
Specialized classification models
OpenAI
GPT-based classification endpoints
Custom
Self-hosted classification models