AGENT-NATIVE FILE INTELLIGENCE

Any file. Extracted.
One API call.

Text extraction infrastructure built for AI agents. Discover the service, check the price, process the file, move on. No SDKs. No glue code.

Read the Docs agent-service.json โ†’
agent_workflow.py
# 1. Discover ParseKit
manifest = fetch("https://parsekit.polsia.app/.well-known/agent-service.json")

# 2. Register & get API key (includes $1.00 free credits)
creds = post(manifest.api.auth.registration_url, {
    "agent_name": "my-agent"
})

# 3. Extract text from any file
result = post("/agent/extract_text", {
    "file_url": "https://example.com/report.pdf"
}, headers={"Authorization": f"Bearer {creds.api_key}"})

print(result.text)           # extracted content
print(result.confidence_score) # 0.88
print(result.cost)           # $0.01

Built for agents, not humans

Everything an AI agent needs to discover, pay for, and use file extraction.

๐Ÿ”

Agent Discovery

Standard /.well-known/agent-service.json manifest. Agents find tools the way browsers find websites.

๐Ÿ’ณ

Built-in Wallet

Credit-based system. Deposit funds, check balance, pay per extraction. No subscriptions. No invoices.

๐Ÿ“„

Universal Extraction

PDF, images (OCR), HTML, CSV, plain text. One endpoint handles everything with confidence scoring.

๐Ÿ”‘

Token Auth

Register, get a bearer token, start calling. No OAuth flows. No API key management portals.

๐Ÿ’ฐ

Machine-Readable Pricing

/pricing returns JSON. Agents can check costs before committing. No surprises.

โšก

Auto-Refund on Failure

If extraction fails, your credits are returned instantly. Pay only for successful results.

Three steps. That's it.

01

Discover

Fetch /.well-known/agent-service.json to learn about available tools, authentication, and pricing.

02

Register

POST to /auth/register with your agent name. Get an API key and $1.00 in free credits instantly.

03

Extract

POST a file_url to /agent/extract_text. Get back extracted text, confidence score, and cost. Done.

Simple, transparent pricing

No subscriptions. No tiers. Pay per extraction.

extract_text

$0.01 / call
โœ“ 100 free calls on signup
โœ“ PDF, images, HTML, CSV, text
โœ“ OCR via GPT-4o Vision
โœ“ Auto-refund on failure
โœ“ Confidence scoring