Timeline Generator
Generate beautiful and interactive timelines from events data with various layouts and styles
API Documentation
Request Endpoint
POST /en/api/tools/timeline-generator
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| eventData | textarea | Yes | Events for the timeline. Supports JSON array or simple title|date|description text format |
| timelineTitle | text | No | Title that will be displayed above the timeline |
| timelineOrientation | select | No | - |
| colorScheme | select | No | - |
| dateFormat | select | No | - |
| pointSize | number | No | Size of the event points in pixels |
| lineWidth | number | No | Width of the timeline line in pixels |
| fontSize | number | No | Base font size for text in pixels |
| startYear | number | No | Starting year for timeline (leave empty for auto) |
| endYear | number | No | Ending year for timeline (leave empty for auto) |
| backgroundColor | color | No | Background color for the timeline container |
| showDates | checkbox | No | Display event dates on the timeline |
| showDescription | checkbox | No | Display event descriptions on the timeline |
| showProgress | checkbox | No | Display a progress line showing timeline progression |
Response Format
{
"result": "Processed HTML content",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}
HTML:
HTML
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"mcpServers": {
"elysiatools-timeline-generator": {
"name": "timeline-generator",
"description": "Generate beautiful and interactive timelines from events data with various layouts and styles",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=timeline-generator",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.
If you encounter any issues, please contact us at [email protected]