About this endpoint
What it does
Converts an uploaded CSV file into an inline JSON array. The request uploads a single CSV file, and the response returns an array of JSON objects derived from the file contents.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | String | Yes | CSV file to convert. Accepted MIME types: text/csv, text/plain, application/vnd.ms-excel, application/csv, application/octet-stream. |
Response
Returns a JSON array of objects. Each item in the array is an object, and the schema allows additional properties on each object.
| Status Code | Response Type | Description |
|---|---|---|
| 200 | Object Array | A JSON array where each element is an object with unspecified fields allowed by the schema. |