Skip to content

Add AEA Fix JSON — API to repair broken LLM JSON output#181

Open
renoblabs wants to merge 1 commit intoburningtree:masterfrom
renoblabs:add-aea-fix-json
Open

Add AEA Fix JSON — API to repair broken LLM JSON output#181
renoblabs wants to merge 1 commit intoburningtree:masterfrom
renoblabs:add-aea-fix-json

Conversation

@renoblabs
Copy link
Copy Markdown

What

AEA Fix JSON is a pay-per-call API that fixes broken JSON from LLM output.

Handles: trailing commas, single quotes, truncated strings, missing brackets, markdown code fences.

Live API: https://aea-x402-services.onrender.com/fix-json

curl -X POST https://aea-x402-services.onrender.com/fix-json \
  -H "Content-Type: application/json" \
  -d '{"input": "{\"name\": \"test\",}"}'
# Returns: {"output": {"name": "test"}, "fixed": true}

Built with Python/FastAPI. MIT licensed. Part of a suite of 15 JSON/data services.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant