一键导入
ollang-health
Check the health status of the Ollang integration API. Use when the user wants to verify the API is up and running, or diagnose connection issues.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Check the health status of the Ollang integration API. Use when the user wants to verify the API is up and running, or diagnose connection issues.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Master skill for the Ollang translation platform. Routes to the right Ollang sub-skill based on intent — upload files, create orders, check status, manage revisions, run QC, browse projects and folders. Use when the user mentions Ollang or wants to perform any translation/captioning/dubbing workflow.
Manage custom translation instructions — create, list, update, and delete per-account guidelines that guide AI translators. Use when the user wants to set up or modify translation preferences, rules, or constraints for their account.
Create a translation order on the Ollang platform. Supports closed captions, subtitles, document translation, AI dubbing, and studio dubbing. Use when the user wants to start a translation, captioning, or dubbing job.
List and browse Ollang folders with pagination and search. Use when the user wants to see their folder structure, find a folder ID, or organize projects into folders.
Request or cancel human review for an Ollang order. Human review assigns a professional linguist to review AI-generated translations. Use when the user wants to upgrade an order to human review or cancel an in-progress human review.
Cancel an active Ollang order. Use when the user wants to cancel a translation, captioning, or dubbing order that hasn't been completed yet.
| name | ollang-health |
| description | Check the health status of the Ollang integration API. Use when the user wants to verify the API is up and running, or diagnose connection issues. |
Check the availability and health status of the Ollang integration API. This is a public endpoint — no authentication required.
GET https://api-integration.ollang.com/health
None required — public endpoint.
{
"time": 1704711600000,
"status": "OK"
}
| Field | Type | Description |
|---|---|---|
time | number | Unix timestamp in milliseconds indicating when the health check was performed |
status | string | OK if healthy, NOK if degraded |
| Code | Status |
|---|---|
200 | API is healthy |
500 | Internal server error |
503 | Service unavailable |
curl -X GET https://api-integration.ollang.com/health
status is OK, confirm the API is operationalstatus is NOK or a 5xx error is returned, report the issue and suggest checking https://status.ollang.com or retrying later