Getting started
- Sign in and create an API key in the dashboard.
- Send a publication to
POST /api/public/v1/publications. - The response contains a link to the published page.
letra.ink API / MCP
Use the API and MCP with bots, editorial pipelines, internal dashboards, and AI assistants. Send a title, author, and text to create a ready-to-share web page.
POST /api/public/v1/publications.curl -X POST https://letra.ink/api/public/v1/publications \
-H "Content-Type: application/json" \
-H "Authorization: Bearer gls_..." \
-d '{
"title":"A new publication",
"author":"Alex Smith",
"body":"Introduction..."
}'
{
"mcpServers": {
"letra": {
"url": "https://letra.ink/mcp",
"headers": { "Authorization": "Bearer gls_..." }
}
}
}
For API feedback, MCP tool ideas, or integration-contract suggestions, email us.
letra-ink@gmail.com