Gen-Endpoint
Back to API List

Data Export API

Data
4 Endpoints

Export data in various formats (CSV, JSON, XML) with filtering and field selection.

Internal API - Hosted by this App
API Endpoints & Usage
Explore and interact with the available endpoints for the Data Export API. These API routes are live!
POST

/api/export/{format}

Request data export in CSV, JSON, or XML format. Replace {format} with "csv", "json", or "xml".

Try it out

Replace placeholders (e.g., {userId}) with actual values in the path above.

GET

/api/export/{format}

Get information about the specified export format. Replace {format} with "csv", "json", or "xml".

Try it out

Replace placeholders (e.g., {userId}) with actual values in the path above. You can also add/edit query parameters (e.g., ?key=value).

GET

/api/export/status/{jobId}

Check export job status and get download link if completed. Replace {jobId} with an actual job ID like `export_123`.

Try it out

Replace placeholders (e.g., {userId}) with actual values in the path above. You can also add/edit query parameters (e.g., ?key=value).

DELETE

/api/export/status/{jobId}

Cancel an export job. Replace {jobId} with an actual job ID.

Try it out

Replace placeholders (e.g., {userId}) with actual values in the path above.

    Data Export API - Free Public API | Gen-Endpoint