TableConvert
API Reference Pricing Login

The TableConvert API is a powerful tool that allows you to easily convert data between different formats. With a total of 280 converters, this API supports a wide range of file types and data structures, including CSV, Excel, HTML, JSON, Markdown, and more.

To get started with the TableConvert API, you will need to sign up for an API Key. You can do this by visiting the Pricing and creating an account.

Have a try

The Authentication page lets you manage your API key. Once obtained, set it in the API Key section to test API calls from the documentation. If you need help with authentication or testing, please refer to the documentation or contact our support team.

Requests

  1. Note that all API endpoints use the multipart/form-data content type.
  2. To authenticate your requests, make sure to include the Authorization header when making API calls. For example, if you’re using curl, you can include the Authorization header as follows:
curl -X POST "https://api.tableconvert.com/csv-to-markdown" \
 -H "Authorization: Bearer ${API_Key}" \
 -F "data=name,age"