Table Magic API
Integrate table conversion into your applications
API Key
Your unique API key for authentication
Usage
Your API usage statistics
No usage data yet
API Documentation
Endpoint
POST https://table.works/api/convertHeaders
X-API-Key: your_api_key_hereRequest Body
{
"tableData": {
"headers": ["Name", "Age"],
"rows": [["John", "30"], ["Jane", "25"]]
},
"format": "markdown"
}Response
{
"success": true,
"format": "markdown",
"data": "| Name | Age |\n| --- | --- |\n| John | 30 |",
"usage": {
"daily": 5,
"monthly": 45,
"limits": { "daily": 50, "monthly": 1000 }
}
}Pricing
Free
$0
- 50 requests/day
- 1,000 requests/month
- Basic support
Pro
$9/mo
- 1,000 requests/day
- 50,000 requests/month
- Priority support
Enterprise
Custom
- 10,000+ requests/day
- Custom limits
- Dedicated support