openapi: 3.1.0 info: title: Axiom Ingest Controller Datasets API version: 1.0.0 description: REST API for ingesting events into Axiom datasets and running APL/MPL queries against the Axiom edge deployment. servers: - url: https://api.axiom.co/v1 tags: - name: Datasets paths: /datasets/{dataset}/ingest: parameters: - in: path name: dataset required: true schema: type: string post: summary: Ingest data to edge deployment responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Resource' tags: - Datasets components: schemas: Resource: type: object additionalProperties: true x-generated-from: https://axiom.co/docs/restapi/ingest x-generated-by: claude-crawl-2026-05-08