{ "opencollection": "1.0.0", "info": { "name": "Axiom Controller Datasets Ingest API", "version": "1.0.0" }, "items": [ { "info": { "name": "Ingest", "type": "folder" }, "items": [ { "info": { "name": "Ingest data to a dataset", "type": "http" }, "http": { "method": "POST", "url": "https://api.axiom.co/v1/ingest/:dataset", "params": [ { "name": "dataset", "value": "", "type": "path", "description": "Target dataset name" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Accepts JSON, NDJSON, or CSV formatted event data for ingestion into the specified dataset." } ] } ], "bundled": true }