> For clean Markdown of any page, append .md to the page URL. > For a complete documentation index, see https://apidocs.polytomic.com/llms.txt. > For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://apidocs.polytomic.com/_mcp/server. # CSV URL Supports: * ✅ Models * ✅ Bulk sync source ## Connection ### Configuration
| Name | Type | Description | Required |
|---|---|---|---|
auth |
object |
Authentication method | false |
headers |
array |
Headers | false |
parameters |
array |
Query string parameters | false |
url |
string |
Base URL e.g. http://www.example.com |
true |
| Name | Type | Description | Required |
|---|---|---|---|
delim |
string |
Delimiter Accepted values: `Comma`, `Tab`, `Semi-colon` |
true |
headers |
object |
Headers | false |
parameters |
object |
Query string parameters | false |
path |
string |
Path to CSV file e.g. /static/table.csv |
true |