Skip to content

Developer Portal

Welcome to the Picora developer documentation. This portal collects everything you need to integrate Picora into your tools, agents, and AI workflows.

Three steps to get started

  1. Get an API Key — sign in at center.picora.me and create a Key with the minimum scopes your tool needs (read media, write media, read KBs, etc.).
  2. Install the SDKnpm install @picora/sdk (or call the HTTP API directly with curl / Python — see Quickstart).
  3. Upload your first asset — see the bilingual code examples in Quickstart.

What you can build

  • Image / video / audio hosting tied to your account, served from a global CDN with permanent URLs.
  • Markdown documents + knowledge bases with read/write sync, suitable for AI agents that maintain a workspace.
  • MCP integrations that let Claude Desktop, Cursor, and Continue talk to Picora directly without proxies.
  • OAuth-authorized first-party apps (e.g. Moraya Web) for one-click cross-product editing.

Reference

TopicWhere
Endpoint reference (interactive)API Explorer / Try it out
Endpoint reference (per-resource)API Reference
Auth flow (API Key vs OAuth)Authentication
TypeScript SDK@picora/sdk
Rate limit headers + behaviourRate Limits
Tool integrations (PicGo / Moraya)Integration
MCP HTTP serverIntegration → MCP — Remote

Domains

RegionAPI base URLCenterSite
Globalhttps://api.picora.mecenter.picora.mepicora.me
Chinahttps://api.picora.cncenter.picora.cnpicora.cn

The two regions store data independently. Pick the one your account was created in.