About this endpoint
What it does
Converts the JSON document available at the supplied URL into CSV and returns the converted result inline in the response body.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| url | String | Yes | Public URL pointing to a JSON file. The response must have content-type application/json, text/plain; charset=UTF-8, or a content-disposition header referencing a .json file. Format: URI. |
Response
Returns a plain string containing the CSV output.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| string | String | Yes | The converted CSV content returned inline as a string. |