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
- 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.).
- Install the SDK —
npm install @picora/sdk(or call the HTTP API directly withcurl/ Python — see Quickstart). - 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
| Topic | Where |
|---|---|
| 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 + behaviour | Rate Limits |
| Tool integrations (PicGo / Moraya) | Integration |
| MCP HTTP server | Integration → MCP — Remote |
Domains
| Region | API base URL | Center | Site |
|---|---|---|---|
| Global | https://api.picora.me | center.picora.me | picora.me |
| China | https://api.picora.cn | center.picora.cn | picora.cn |
The two regions store data independently. Pick the one your account was created in.