Create a CSV file from JSON data

Creates a new CSV file in your API Spreadsheets account from provided JSON data. Supports record-style rows or matrix data with column names.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Payload for create/download: either an array of record objects OR a matrix (array of arrays) with top-level columnNames.

string

Optional display name for the file; defaults to a timestamp.

data
required

Rows to import.

columnNames
array of strings

Required when using matrix format (array of arrays).

columnNames
Headers
string
required

Account access key.

string
required

Account secret key.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json