The TableConvert API is a versatile tool designed to streamline the process of converting data between various formats. With access to 370 different converters, this API facilitates seamless data transformation across a multitude of file types and structures, including but not limited to CSV, Excel, HTML, JSON, Markdown and more.
To start utilizing the TableConvert API, follow these steps:
API Key
.For assistance with authentication or any other inquiries, refer to the documentation or contact our support team.
Try
button.When making API requests, keep the following in mind:
multipart/form-data
content type.For example, using curl
, you can add the Authorization header as follows:
curl -X POST "https://api.tableconvert.com/csv-to-markdown" \
-H "Authorization: Bearer ${API_Key}" \
-F "data=name,age"