AI Glot websiteOpen AI Glot
WorkspaceTroubleshooting
Workspace

Troubleshooting

Fix common AI Glot upload, mapping, credit, progress, download and developer-access problems without losing work.

Open the symptom that matches what you see. The fixes below do not delete a translation or consume additional credits.

The CSV is rejected before upload

Re-export it as UTF-8 CSV and check for blank or duplicate headers, unclosed quotes and rows with a different number of columns. The maximum signed-in upload is 35 MB. See CSV requirements.

Analysis chose the wrong columns or languages

Analysis is a proposal. Change the layout, source, destination, language mode or target languages on the review screen before starting. Preview sample values to distinguish content columns from IDs or metadata.

The credit estimate looks too high

Check which cells the selected layout includes. Multi-language columns multiplies the source count by the number of destinations; Full CSV includes every translated text cell. Paid plans can use Lite for eligible bulk content at about one third of Standard cost.

Translation appears slow

Keep the batch page open to see its live phase and percentage, but the job continues if you leave. Multiple destination languages, many short cells and retries can take longer than a similarly sized file with one destination. AI Glot emails you on completion.

If progress has not changed for an extended period, reload once. The server—not the browser animation—is authoritative. A terminal failure returns reserved credits automatically and shows a safe error message.

The downloaded file will not import

Compare it with the original export: same delimiter, headers, number of columns and row identifiers. AI Glot preserves these, but the destination system may impose its own required fields, value lengths or locale codes.

API, CLI or MCP authentication fails

Check that the credential is active, belongs to the expected workspace and has the required scope. For CLI problems, run aiglot doctor. For structured API failures, follow the docs_url and quote the returned request_id when contacting support.

The developer tool cannot start a translation

That is expected in v1. Upload and batch creation are web-app capabilities today. The API, CLI and MCP operate existing translations and glossaries without spending credits.

Contact support

If the steps above do not resolve the issue, open Support in the app. Include the workspace name, batch ID and request ID where relevant, but never include an API key or access token.

AI Glot support page

Support offers live chat and email support

AI Glot support assistant

The in-app assistant can help with CSV workflow questions

Use these docs with your AI tools

An AI agent can read this documentation directly. You do not need an account or an API key. Everything here is public and read-only.

Query these docs via MCP

Recommended

Add this server to Claude, Claude Code, Cursor, Mistral, or any tool that supports MCP. Your agent can then search AI Glot Docs documentation and read it in full, instead of answering from memory.

https://ai-glot.com/docs/mcp
  • searchFind the passages that answer a question.
  • fetchRead one page in full, as Markdown.
  • list_pagesSee every page in this documentation.

Query these docs over HTTP

The same tools also work as plain web requests. Use this for scripts, or for any tool that does not support MCP. There is one endpoint per tool. Arguments go in the query string, and the answer comes back as JSON.

https://ai-glot.com/docs/api/docs/search?query=custom+domain

Read the OpenAPI description. It is built from the same definitions as the tools, so it always matches what the endpoints do.

Read these docs as Markdown

Add .md to any page URL to get its Markdown source. You can also send the headerAccept: text/markdown to the page URL itself.

To read the whole documentation in one file, open llms-full.txt. For a short index of every page, open llms.txt.