Skip to content

Growing API library

Simple APIs for people, developers, and AI agents

Start with a free key, try practical APIs in a live playground, and move into standard or premium access only when you actually need it. If you are non-technical, start with the plain-language guides. If you are a developer, vibe coder, or AI agent, the structured catalog and docs are ready too.

Catalog preview

POST /v1/json/clean
{
  "raw": "{name: \"Ada\", plan: starter, trialEnds: \"2026-04-15\", }"
}

Structured output

{
  "cleaned": {
    "name": "Ada",
    "plan": "starter",
    "trialEnds": "2026-04-15"
  },
  "top_level_type": "object",
  "repair_applied": true,
  "warnings": [
    "Unquoted object keys quoted",
    "Bareword string values quoted"
  ]
}
Start free
Standard pay-per-request
Premium data lane
Agent-friendly discovery
Fast integration

AutonomyCore is a JSON-first API library for developers, vibe coders, and AI agents who want practical workflow APIs, business data APIs, and structured output APIs without heavy platform overhead. It is designed for teams that want free-start API access, simple pay-per-request pricing, premium data routes, and machine-friendly contracts that are easy to test, automate, and ship quickly.

Start here

Choose the path that fits how you work

The site is designed for both non-technical users and technical users. Pick the path that feels closest to your job first, then go deeper only if you need to.

For non-technical teams

Start with the simplest path

Get a free key, use the playground, and choose one API based on the job you want done such as cleaning JSON, extracting fields, or summarizing context.

For developers

Use routes, examples, and predictable JSON

Browse the catalog by access lane, copy a request example, and move from testing to integration without changing the contract.

For AI agents

Find structured routes quickly

Use the docs and catalog to choose by route, pricing class, access lane, and example contract. The product is designed to be searchable in plain language and machine-friendly.

GET /v1/catalog/apis

Access lanes

Free, standard, and premium are separate lanes

Start on the free lane for eligible standard APIs, stay on the same standard family when you need more volume, and treat premium business-data APIs as a separate product lane with managed access.

Free start

Start instantly

10 requests/day

Free keys are instant and designed for evaluation, prototypes, and low-volume agent workflows on eligible standard APIs.

  • 18 free-eligible standard APIs
  • Self-serve key with no approval queue
  • Best for testing contracts, latency, and fit

Standard metered

Scale the same standard APIs

$0.01 USD/request

When the free cap stops being enough, keep using the same standard utility and decision-support APIs with flat per-request pricing.

  • 18 APIs in the standard lane
  • Utilities plus decision-support routes
  • Same contracts before and after the free cap

Premium data

Upgrade for higher-value data products

$1.00 USD/request

Premium business and niche data APIs sit in their own lane so the higher-value data products are easy to spot and price separately.

  • 5 premium business-data APIs
  • Managed access and premium request pricing
  • Built for business intelligence and niche data use cases

Why teams start here

Small APIs that stay practical from the first request

AutonomyCore focuses on small, composable APIs that help people and agents clean, transform, validate, compress, and route data without needing a heavy platform or a lot of setup.

Developer first

Clean JSON contracts, practical endpoints, and low-friction integration patterns that stay easy to reason about.

Vibe-coder friendly

Easy-to-copy examples, clear pricing lanes, and structured outputs that help fast builders ship without getting lost in platform complexity.

AI-agent friendly

Predictable schemas, machine-readable layout, and stable examples that work for automated systems and humans alike.

Lightweight and fast

Focused APIs, minimal overhead, and direct request flows designed to solve one useful job at a time.

Built to evolve

The library grows over time, so you can start with one practical endpoint and add more utilities as needs change.

Browse by access

See standard APIs separately from premium data

The standard lane currently contains 18 APIs, including 14 launch-now utilities and 4 monitored scoring routes. The premium lane contains 5 business-data APIs, with 5 still clearly marked as preview while rollout continues.

Free start + standard lane

Start free, then keep the same API family when you scale

These are the APIs you can evaluate immediately with a free self-serve key. When you outgrow the daily allowance, you stay on the same standard routes with metered pricing instead of moving to a different product surface.

Data Cleanup

JSON Clean

Live
Free startFree eligible, then $0.01 USD/requestFast first-run APIGood first API

Fix broken JSON before it breaks your workflow.

Turn messy JSON-like text into clean structured data.

Live route and a good place to start when you want predictable JSON quickly.

POST/v1/json/clean

Good for

  • Cleaning payloads before ingestion
  • Agent toolchains
  • Webhook normalization

Free self-serve now, metered when you scale

Transcript Cleanup

Transcript Formatter

Live
Free startFree eligible, then $0.01 USD/requestFast first-run APIGood first API

Turn messy transcript text into clear speaker turns.

Clean up a raw transcript into a simpler turn-by-turn format.

Live route and a good place to start when you want predictable JSON quickly.

POST/v1/transcripts/format

Good for

  • Call review pipelines
  • CRM enrichment
  • Preparing transcripts for later scoring

Free self-serve now, metered when you scale

Workflow Tagging

Data Tagging

Live
Free startFree eligible, then $0.01 USD/requestFast first-run APIGood first API

Add useful workflow tags to messy notes in one step.

Apply labels like urgent, follow-up, or payment-plan to text.

Live route and a good place to start when you want predictable JSON quickly.

POST/v1/tags/apply

Good for

  • Queue prioritization
  • CRM workflows
  • Agent-assisted triage

Free self-serve now, metered when you scale

Writing & Rewrite

Text Transformation

Live
Free startFree eligible, then $0.01 USD/requestFast first-run APIGood first API

Rewrite rough text so it is clearer without changing the meaning.

Clean up notes or messages into a more polished form.

Live route and a good place to start when you want predictable JSON quickly.

POST/v1/text/transform

Good for

  • Outbound messaging preparation
  • Internal note cleanup
  • Agent response shaping

Free self-serve now, metered when you scale

Privacy & Redaction

Text Redaction

Live
Free startFree eligible, then $0.01 USD/requestFast first-run APIGood first API

Hide emails, phones, and links before text leaves your system.

Remove common sensitive data from text with clear redaction markers.

Live route and a good place to start when you want predictable JSON quickly.

POST/v1/text/redact

Good for

  • Log-safe text handling
  • Preprocessing before AI calls
  • Compliance-friendly automation

Free self-serve now, metered when you scale

Context & Chunking

Text Chunking

Live
Free startFree eligible, then $0.01 USD/requestFast first-run APIGood first API

Split long text into smaller pieces that are easier to process.

Break long text into stable chunks for search, prompts, or storage.

Live route and a good place to start when you want predictable JSON quickly.

POST/v1/text/chunk

Good for

  • RAG preparation
  • Prompt-size control
  • Chunk-safe workflow automation

Free self-serve now, metered when you scale

Field Extraction

Data Extraction

Live
Free startFree eligible, then $0.01 USD/requestFast first-run APIGood first API

Pull known fields out of messy text without writing custom parsers.

Extract values like names, dates, amounts, or risk labels into JSON.

Live route and a good place to start when you want predictable JSON quickly.

POST/v1/extract/fields

Good for

  • CRM sync
  • Operations dashboards
  • Human-in-the-loop extraction

Free self-serve now, metered when you scale

Date Cleanup

Date Normalization

Live
Free startFree eligible, then $0.01 USD/requestFast first-run APIGood first API

Turn human-written dates into clean ISO dates.

Normalize messy or mixed date formats before they hit a workflow.

Live route and a good place to start when you want predictable JSON quickly.

POST/v1/dates/normalize

Good for

  • Renewal tracking
  • CRM note cleanup
  • Date-safe workflow automation

Free self-serve now, metered when you scale

Premium data lane

Premium business and data APIs are grouped separately

The premium lane is intentionally separate so higher-value data products are not buried under utility APIs. These routes are priced and sold differently because the data itself is part of the product value.

Premium Business Data

Business Search

Preview
Premium data$1.00 USD/requestMay take several seconds

Search Australian businesses with contact and readiness signals in one place.

Find Australian businesses by name, industry, location, or filters without stitching data sources together.

Preview premium data route. Good for integration planning, with rollout and freshness handled more carefully.

GET/v1/businesses

Good for

  • Lead discovery in Australia
  • Finding businesses with contact-ready signals
  • Filtering by geography and commercial readiness

Managed premium access

Premium Business Data

Business Detail

Preview
Premium data$1.00 USD/requestMay take several seconds

Open one business profile with contacts, readiness, and evidence already grouped for you.

Get one cleaned business record with key contact, qualification, and evidence fields in one response.

Preview premium data route. Good for integration planning, with rollout and freshness handled more carefully.

GET/v1/businesses/{business_id}

Good for

  • Fetching a canonical business record after search
  • Enrichment workflows that need one stable business_id
  • Inspecting premium signal fields without raw source-table leakage

Managed premium access

Premium Business Data

Business Contacts

Preview
Premium data$1.00 USD/requestMay take several seconds

Get the best available contact options for one business in a cleaner format.

Return phone and email contacts for one business with confidence and privacy-safe timing signals.

Preview premium data route. Good for integration planning, with rollout and freshness handled more carefully.

GET/v1/businesses/{business_id}/contacts

Good for

  • Outbound workflows
  • CRM enrichment with contact confidence
  • Contact timing support without raw call-history leakage

Managed premium access

Premium Business Data

Business Qualification

Preview
Premium data$1.00 USD/requestMay take several seconds

See how sales-ready a business looks without building your own scoring logic.

View the readiness and qualification signals for one business in a simpler, public-safe format.

Preview premium data route. Good for integration planning, with rollout and freshness handled more carefully.

GET/v1/businesses/{business_id}/qualification

Good for

  • Scoring lead quality
  • Sorting businesses by readiness
  • Operational prioritization

Managed premium access

Premium Business Data

Business Evidence

Preview
Premium data$1.00 USD/requestMay take several seconds

Show why a business record looks trustworthy without exposing raw scrape data.

View evidence summaries behind a business record, such as website and source signals, in a cleaner format.

Preview premium data route. Good for integration planning, with rollout and freshness handled more carefully.

GET/v1/businesses/{business_id}/evidence

Good for

  • Evidence-aware enrichment
  • Trust-building business data workflows
  • Future premium provenance use cases

Managed premium access

Test immediately

Run live endpoints and inspect preview shapes

If you are unsure where to start, use the playground first. The standard utility and decision-support endpoints are the friendliest place to test the product, while business-data routes remain clearly marked as premium preview.

Live API playground

Test live APIs and preview what is next

Preview

GET /v1/businesses

Find Australian businesses by name, industry, location, or filters without stitching data sources together.

$1.00 USD/requestMay take several secondsManaged premium access

Preview premium data route. Good for integration planning, with rollout and freshness handled more carefully.

Response

Structured output

Preview

Choose an endpoint, adjust the JSON request, and run it to see a structured response.

Quickstart

Copy one example and keep moving

The examples below are technical enough for developers and agents, but the same pattern also works as a simple mental model for non-technical teams: get a key, send JSON, receive structured output.

curl -X POST "https://api.autonomycore.com/v1/score-call-outcome" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $YOUR_API_KEY" \
  -d '{
    "transcript": "Salesperson: We can activate today. Customer: Great, send the invoice and I will pay this afternoon."
  }'

Pricing

Three clear ways to buy

Start with free self-serve access, move into standard metered usage for practical APIs, and upgrade into premium business or niche data endpoints when the value justifies it.

Free

10 requests/day

Get a key instantly and evaluate free-eligible standard APIs without waiting for approval.

Standard metered

$0.01 USD/request

Stay on the same standard API family after the free cap with simple per-request pricing.

Premium

$1.00 USD/request

Upgrade into a separate premium data lane for business intelligence and niche high-value routes.

FAQ

Clear limits, clear expectations

The platform is designed to stay lightweight and easy to evaluate. These are the questions most teams ask before they integrate.

Who are these APIs built for?

AutonomyCore is built for developers, vibe coders, AI agents, and non-technical teams that want practical APIs with clear contracts, fast onboarding, and simple usage pricing.

Is there a free tier?

Yes. You can start with 10 requests per day on free-eligible standard APIs and test the platform immediately without an approval queue.

What are the daily limits?

The free tier includes 10 requests per day. Standard APIs then move to flat metered usage, while premium data APIs use premium pricing.

Can I use the APIs without approval?

Yes for the free tier. Go to /login, get a free key instantly, and start calling free-eligible APIs right away. Metered and premium upgrades are managed separately in this version.

Do APIs change over time?

Yes. The library evolves over time. Live APIs remain clearly labeled, while preview APIs show intended shapes without overpromising availability.

How does billing work?

The current pricing model has three layers: free self-serve access for eligible standard APIs, standard metered usage at $0.01 USD per request, and premium data APIs starting at $1.00 USD per request.

Contact

Send a message without leaving the product flow

Use the form for onboarding questions, product fit, or higher-volume usage discussions. Messages go straight into the inbound workflow.

Current public-ready bundle

14 launch-now endpoints are ready now

Start with JSON cleaning, transcript formatting, extraction, transformation, redaction, chunking, compression, validation, next-step routing, conversion, and shaping. Premium business search, detail, and contacts are preview-backed by the canonical UBI graph while rollout continues.

  • POST /v1/json/clean
  • POST /v1/transcripts/format
  • POST /v1/tags/apply
  • POST /v1/text/transform