api.getlimex.com

Research data through one API.

Preview the exact USD cost, set a hard budget, and query trusted public and licensed sources through a single agent-friendly endpoint. Empty or failed results are not charged.

Start with a free preview

Create a key, store it as LIMEX_API_KEY, then preview a zero-cost SEC research request. A payment method is needed only when you choose licensed data.

curl https://api.getlimex.com/v1/agent/query/preview   -H "x-api-key: $LIMEX_API_KEY"   -H "content-type: application/json"   -d '{
    "intent": "company filing research",
    "target": {"name": "Apple", "ticker": "AAPL"},
    "questions": ["Find the latest annual filing"],
    "max_budget_cents": 0,
    "constraints": {"preferred_providers": ["sec_edgar"]}
  }'

Execute safely

Send the same body to /v1/agent/query. Set an Idempotency-Key header on execution requests so retries cannot duplicate a completed query or charge.