Dataset Exchange API Overview

The Dataset Exchange API (DXAPI) v1 is a set of HTTP endpoints to support central tool vendor integration.

The Dataset Exchange API allows campaigns and organizations to move data between tools via a series of dataset submission and retrieval endpoints available with the API.

The submission endpoints allow users submitting data to define a schema and their primary key. Users can provide datasets to the API through a pre-signed URL. Underlying data in an existing dataset can be replaced or appended to by the original dataset creator, using the mode query parameter.

The Dataset Exchange API can accept CSV, TSV, or JSON-formatted files. See Data Submission Flows for how the content type is set on each flow.

URL structure: https://app.movementinfrastructure.org/api/v1

👍

If you have any questions about this documentation or the Dataset Exchange API please reach out to us at [email protected].

Video walkthrough

Walk through the DXAPI and follow along with our public Postman workspace, or with your self-signed JWT in the built-in API Client for the DXAPI.


What’s Next

Did this page help you?