Task-based media APIs
Long-running pipelines for video, depth, compression, layered assets, and print-ready PDFs—each with explicit status and result payloads.
Developer platform
Add AR hologram gifts to WooCommerce, Shopify, or any site with a plugin or one embed snippet — plus task APIs for video, depth, compression, and print-ready PDFs.
curl -X POST \
https://api.developer.meishi.cards/v1/tasks \
-H "Authorization: Bearer $KEY" \
-d '{"type":"video","input":{...}}'
# → 202 Accepted
{
"id": "tsk_8f2…",
"status": "queued"
}A straightforward integration path—no bespoke onboarding required.
Sign in to the developer console, create an organization, and issue API keys scoped to a project.
POST media to the task API. Jobs run asynchronously—poll status or register a webhook endpoint.
Fetch processed assets or receive a callback when work completes. Wire results into your CMS or app.
Everything you need from first integration through org-wide governance.
Long-running pipelines for video, depth, compression, layered assets, and print-ready PDFs—each with explicit status and result payloads.
Isolate credentials per product surface. Rotate keys without downtime and map usage back to the right team.
Stop polling. Register endpoints once and let completed tasks push results to your backend.
Manage organizations, members, billing, and task history from a control plane built for engineering teams.
Invite collaborators, separate production keys from experiments, and keep governance in one place.
Pay-as-you-go for metered usage or prepaid credits when you need predictable spend.
Start in the console, connect billing, and scale usage without replatforming.
Free to start
Create an organization, projects, and API keys. Validate flows before production traffic.
Open consolePay as you go
Metered usage for task-based APIs. Pay for what you process with transparent usage records.
View billing in consoleSeats & shared billing
Collaborate across projects with member invites, role-appropriate access, and consolidated billing.
Invite your teamSpecific rates and credit bundles are managed in the developer console for your account.
Use the task APIs to process video, generate depth and layered assets, run compression pipelines, and produce print-ready PDFs. Pair them with your CMS, e-commerce flows, or custom apps.
The developer console uses secure sign-in. API access for tasks is scoped to project API keys. The documentation explains headers, base URLs, and error handling for your environment.
Organizations can use pay-as-you-go billing for usage-based charges or prepaid credits for predictable balances. Seat-based plans are available for growing teams—see the console for current options.
The developer manual lives on our documentation site, including request formats, webhooks, and examples. Use the Documentation link in the header to open the guide for your environment.
Yes. Tasks are asynchronous by design. Poll task status or register webhooks so your services react when processing completes.
Start in the developer console for billing and seats. For larger integrations or SLAs, reach out through your account team.
Create a project in the console, grab an API key, and follow the integration manual.