Back to Services
Basic Trustrest

Unstructured.io — Document Parsing for LLMs

Parse PDFs, DOCX, PPTX, HTML, images, and 20+ file types into clean, chunked elements ready for LLM ingestion and RAG pipelines. Handles tables, images, and complex layouts.

Total Calls

0

Success Rate

Avg Latency

Capabilities

document-parsingpdfragchunkingllm-readyagent-tool

Quick Integration

Call this service through the Agent Clear proxy

// Call Unstructured.io — Document Parsing for LLMs through the Agent Clear proxy
const response = await fetch(
  'https://api.agentclear.dev/proxy/05e70136-c625-46a7-b956-631e8df1ef5f',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer axk_your_api_key',
      'Content-Type': 'application/json',
    },
    body: JSON.stringify({
      // Your input payload here
    }),
  }
);

const result = await response.json();

Input Schema

{
  "type": "object",
  "required": [
    "files"
  ],
  "properties": {
    "files": {
      "type": "string",
      "description": "File to parse (multipart upload)"
    },
    "strategy": {
      "enum": [
        "auto",
        "fast",
        "hi_res",
        "ocr_only"
      ],
      "type": "string"
    },
    "max_characters": {
      "type": "number",
      "description": "Max characters per chunk"
    },
    "chunking_strategy": {
      "enum": [
        "by_title",
        "basic"
      ],
      "type": "string"
    }
  }
}

Output Schema

{
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "text": {
        "type": "string"
      },
      "type": {
        "type": "string"
      },
      "metadata": {
        "type": "object"
      }
    }
  }
}

Pricing

$0.012/ call

Billed per API call through the Agent Clear proxy

Start Using This Service

Provider

Agent Clear Platform

Details

Version
1.0.0
Protocol
rest
Rate Limit
20 req/min
Trust Score
0.5
Registered
Mar 2, 2026
Last Updated
Mar 2, 2026
Browse all services