Skip to content

Glossary

This is the single source of truth for terminology used across Picora documentation, dashboards, and APIs. If a term in the table below is translated differently anywhere else, that’s a bug — please report it.

Concepts

TermChineseDefinition
Resource hosting资源托管The act of storing user files on Picora and serving them via CDN. Replaces the older “image hosting / 图床” framing as of v0.15.0.
Resource type资源类型One of: image / video / audio / Markdown document.
Plan / Tier套餐The subscription level: none / trial / pro / pro_plus. Not “level” or “subscription level”.
Quota配额A limit on a specific dimension (e.g., image storage bytes, document count). Not “限额” or “限制”.
Bandwidth quota带宽配额The monthly CDN egress allowance, distinct from upload bandwidth.
External link外链 URLA publicly accessible URL for a resource (e.g., media.picora.me/abc.png).
Public resource公开资源A resource with is_public = true; accessible without authentication.
Private resource私有资源A resource with is_public = false; requires JWT or API Key.
API KeyAPI Key (kept English)A sk_live_* token used by tool clients (PicGo / Moraya / etc). Not translated to “密钥” to avoid confusion with cryptographic keys.

AI workflows

TermChineseDefinition
MCPMCP(Model Context Protocol,模型上下文协议)The standard AI assistants use to call external tools. Always spell out at first mention.
stdio MCPstdio MCPLocal install mode where the MCP server runs as a child process via stdin/stdout.
HTTP OAuth MCPHTTP OAuth MCPHosted mode where the MCP server runs at mcp.picora.me, authenticated via OAuth.
MCP toolMCP 工具A function exposed to AI clients (e.g., upload_image, list_docs). Picora exposes 12 tools as of v0.15.0.
OAuth scopeOAuth scopeA permission boundary requested at authorization time (e.g., media:write, docs:read).
Refresh token rotationrefresh token 旋转Each refresh exchange issues a new refresh token and revokes the old one (v0.14.0).

Markdown documents (v0.15.0)

TermChineseDefinition
Markdown rewritingMarkdown 改写Auto-converting embedded base64 images in uploaded .md files into Picora CDN URLs.
CDN allowlistCDN 域名白名单Admin-configured list of trusted CDN domains; URLs matching the allowlist are skipped during rewriting (avoid duplicate uploads).
Source hash源哈希SHA-256 of the rewritten markdown text; used for idempotent upload detection.
Online viewer在线浏览The web-based markdown renderer in picora-center’s Library.

Bandwidth & degradation (v0.10.0)

TermChineseDefinition
Bandwidth degrade带宽降级Auto-switching video playback to 360p when the user’s monthly bandwidth quota is exhausted.
Suspended服务暂停Status when bandwidth usage exceeds 120% — video playback returns HTTP 451 instead of media.
Bandwidth attribution带宽分摊Hourly cron job that attributes Bunny.net bandwidth back to individual users by storage ratio.

Billing (v0.5.0+)

TermChineseDefinition
Lemon SqueezyLemon SqueezyOverseas payment gateway.
PolarPolarAlternative overseas payment gateway (v0.11.0).
WebhookWebhook(保留英文)Server-to-server callback used by payment providers and video transcoding services.

Account & security

TermChineseDefinition
OTP验证码One-time password / 6-digit email or SMS code. Use “验证码” not “OTP” in user-facing Chinese copy.
MFA多因素认证Multi-factor authentication.
Locale语言偏好The user’s preferred language for emails and UI (en / zh-CN).

Platform

TermChineseDefinition
Overseas platform海外版The Cloudflare-based deployment serving picora.me.
CN platform / Mainland platform国内版The Aliyun/Tencent-based deployment serving picora.cn.
Object storage对象存储Generic term for R2 (CF) / OSS (Aliyun) / COS (Tencent).