Developer platform

Low-code hologram messaging for stores

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.

  • Video processing
  • Depth estimation
  • Layered video
  • Compression
  • PDF generation
  • Webhooks
task-api.sh
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"
}

From API key to production output

A straightforward integration path—no bespoke onboarding required.

  1. 01

    Create a project

    Sign in to the developer console, create an organization, and issue API keys scoped to a project.

  2. 02

    Submit a task

    POST media to the task API. Jobs run asynchronously—poll status or register a webhook endpoint.

  3. 03

    Ship the output

    Fetch processed assets or receive a callback when work completes. Wire results into your CMS or app.

Built for engineering teams

Everything you need from first integration through org-wide governance.

Task-based media APIs

Long-running pipelines for video, depth, compression, layered assets, and print-ready PDFs—each with explicit status and result payloads.

Projects & API keys

Isolate credentials per product surface. Rotate keys without downtime and map usage back to the right team.

Webhooks

Stop polling. Register endpoints once and let completed tasks push results to your backend.

Developer console

Manage organizations, members, billing, and task history from a control plane built for engineering teams.

Org access control

Invite collaborators, separate production keys from experiments, and keep governance in one place.

Flexible billing

Pay-as-you-go for metered usage or prepaid credits when you need predictable spend.

Pricing that matches how you ship

Start in the console, connect billing, and scale usage without replatforming.

Explore

Free to start

Create an organization, projects, and API keys. Validate flows before production traffic.

Open console
Most common

Scale

Pay as you go

Metered usage for task-based APIs. Pay for what you process with transparent usage records.

View billing in console

Organization

Seats & shared billing

Collaborate across projects with member invites, role-appropriate access, and consolidated billing.

Invite your team

Specific rates and credit bundles are managed in the developer console for your account.

Frequently asked questions

What can I build with Meishi Developer?

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.

How does authentication work?

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.

How am I charged?

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.

Where do I get integration details?

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.

Do you support async workflows?

Yes. Tasks are asynchronous by design. Poll task status or register webhooks so your services react when processing completes.

Who do I contact for commercial questions?

Start in the developer console for billing and seats. For larger integrations or SLAs, reach out through your account team.

Ready to integrate?

Create a project in the console, grab an API key, and follow the integration manual.