For Agents
Programmatically convert excel to json, convert csv to json. Covers 6 operations with bearer authentication.
Install Jentic One Beta
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the TableConvert API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.
Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.
Step 1: Jentic One Host machine
# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Ftableconvert.com%2Ftableconvert" | shStep 2: Agent machine
# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Ftableconvert.com%2Ftableconvert" | sh
jentic register # connects your agent to your Jentic One instanceJentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.
What an agent can do with TableConvert API.
Convert Excel to JSON
Manage crm data programmatically
Integrate TableConvert API into automated workflows
Query and filter TableConvert API records by parameters
GET STARTED
Use for: I need to convert excel to json, I want to convert csv to json, Search for convert json to csv, Find all convert html to markdown
Not supported: Does not handle payments, communications, or developer tools - use for crm only.
TableConvert provides a table data conversion API supporting over 370 different conversion formats. Convert between Excel, CSV, JSON, HTML, Markdown, and many more table formats. The API exposes 6 endpoints secured with bearer authentication.
Monitor TableConvert API operational status and events
Patterns agents use TableConvert API for, with concrete tasks.
★ CRM Operations
Use the TableConvert API to perform crm operations programmatically. The API provides 6 endpoints covering core functionality including convert excel to json, convert csv to json, convert json to csv.
Call POST /api/convert/excel-to-json to convert excel to json
Automated Convert Management
Automate convert operations by combining multiple TableConvert API endpoints. Agents can convert csv to json and then convert json to csv in a single workflow.
Call POST /api/convert/csv-to-json to convert csv to json, then verify the result
AI Agent Integration via Jentic
AI agents discover and call TableConvert API endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle bearer tokens manually.
Search Jentic for 'convert excel to json', load the operation schema, and execute with Jentic-managed credentials
6 endpoints — tableconvert provides a table data conversion api supporting over 370 different conversion formats.
METHOD
PATH
DESCRIPTION
/api/convert/excel-to-json
Convert Excel to JSON
/api/convert/csv-to-json
Convert CSV to JSON
/api/convert/json-to-csv
Convert JSON to CSV
/api/convert/html-to-markdown
Convert HTML to Markdown
/api/convert/markdown-to-html
Convert Markdown to HTML
/api/convert/csv-to-markdown
Convert CSV to Markdown
/api/convert/excel-to-json
Convert Excel to JSON
/api/convert/csv-to-json
Convert CSV to JSON
/api/convert/json-to-csv
Convert JSON to CSV
/api/convert/html-to-markdown
Convert HTML to Markdown
/api/convert/markdown-to-html
Convert Markdown to HTML
What agents get from Jentic-routed access to this vendor.
Setup
Wiring the TableConvert API by hand means setting up bearer token auth and posting each conversion payload to the right endpoint yourself. Through Jentic you install once, import the TableConvert API from the API Directory, store the token once, and your agent calls it.
Permission scoping
TableConvert's conversions carry their data in the request body, so limit the agent to the operations it needs, such as CSV to JSON or Markdown to HTML, rather than to any one resource. Every conversion the agent can run is one you chose to allow.
Credential isolation
Your TableConvert token is stored once, encrypted, by your own Jentic One instance and injected at execution time. It never enters the agent's prompt, logs, or context.
Intent-based discovery
Agents search Jentic by intent such as 'convert Excel to JSON' or 'turn CSV into a Markdown table', and Jentic returns the matching TableConvert operation with its input schema so the agent calls the right endpoint without browsing the reference docs.
Alternatives and complements available in the Jentic catalogue.
Specific to using TableConvert API through Jentic.
What authentication does the TableConvert API use?
The TableConvert API uses a Bearer token in the Authorization header. Through Jentic, these credentials are stored encrypted in your Jentic One instance and injected at execution time, so raw secrets never enter the agent context.
Can I convert excel to json with the TableConvert API?
Yes. Use the POST /api/convert/excel-to-json endpoint. The API returns structured JSON responses that agents can parse and act on directly.
What are the rate limits for the TableConvert API?
Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.
How do I convert excel to json through Jentic?
Install the Jentic SDK with pip install jentic, authenticate through Jentic One, the self-hosted execution layer, then search for 'convert excel to json'. Jentic returns the matching TableConvert API operation with its input schema. Load the schema and execute the call - credentials are injected automatically.
How many endpoints does the TableConvert API have?
The TableConvert API exposes 6 endpoints covering convert operations.
/api/convert/csv-to-markdown
Convert CSV to Markdown