{"uid":"cap_nKtiEFTf115R3BCkzzFzq","slug":"apiacre-com-data-format-converter-20d8baf1","name":"apiacre.com Data Format Converter","description":"Convert caller-supplied CSV, TSV, JSON, JSON Lines (NDJSON), or YAML with optional root preservation, deterministic integrity hashes, JSON-encoded nested tabular cells, and explicit rejection of ambiguous duplicate keys or non-finite numbers.","url":"https://apiacre.com/v1/data/convert","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"format":{"enum":["csv","tsv","json","jsonl","yaml"],"type":"string"},"content":{"type":"string"},"root_mode":{"enum":["records","preserve"],"type":"string"},"target_format":{"enum":["csv","tsv","json","jsonl","yaml"],"type":"string"}}},"responseSchema":{"type":"json","example":{"data":{"rows":1,"format":"json","content":"[\n  {\n    \"name\": \"Ada\",\n    \"score\": \"98\"\n  }\n]","warnings":[],"conversion":{"version":"apiacre-data-convert/3","rootMode":"records","sourceRoot":"array","nodesProcessed":4,"nonStringKeysNormalized":0},"inputSha256":"bae2475f86fa2343a9611424d3c2475e454b639c71da96a788602528e0937bea","outputSha256":"faeabfb2a327ba5d4ad8496da70414d873499b57241fab51fe88c705617410bd","sourceFormat":"csv"},"meta":{"cached":false,"sources":[],"warnings":[],"duration_ms":42,"next_actions":[{"path":"/v1/data/schema","title":"JSON Schema generator","method":"POST","reason":"Infer a reusable Draft 2020-12 contract from the converted records.","service":"data.schema"}]},"service":"data.convert","version":"1","request_id":"018f1f54-7f38-7ba2-8dc3-5f90272d9f1a"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.005","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.005/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_j8hzgZe26VD6rlVJoEbpR","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.005","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Converts data between CSV, JSON, and YAML formats via a single POST endpoint.","exampleAgentPrompt":"I have this CSV data and need it converted to JSON — can you send it through apiacre's data converter and give me back the JSON output?","exampleUseCases":[{"title":"CSV to JSON pipeline ingestion","prompt":"I've got a CSV export from our database and need it converted to JSON so I can feed it into our API — can you convert it for me?"},{"title":"YAML config to JSON for tooling","prompt":"My Kubernetes config is in YAML but I need it as JSON for a tool that only accepts JSON — can you convert that YAML to JSON?"},{"title":"JSON API response to CSV export","prompt":"I have a JSON array of records from an API response and need to turn it into a CSV so I can open it in Excel — please convert it."}],"resultDescription":"The endpoint returns the input data reformatted in the requested target format (CSV, JSON, or YAML), ready for immediate use or further processing.","failureModes":["Invalid or malformed source data causes a parse error and returns an error response","Unsupported or mismatched source/target format combination","Empty input body results in an error","Data with complex nested structures may not map cleanly to flat CSV format","Payment failure via x402 protocol prevents the call from completing"],"whenToPreferThis":"Choose this endpoint when you need a fast, programmatic, pay-per-use conversion between CSV, JSON, and YAML without setting up a local parsing library. It is well-suited for agents that need on-demand format bridging across different systems as part of a data pipeline.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T12:51:11.101Z","isFirstParty":false}