VisionPipe Docs

Getting Started

Get up and running with VisionPipe in minutes.

Getting Started

Get up and running with VisionPipe in minutes.

Try the Playground

The fastest way to experience VisionPipe is through our Playground:

  1. Go to visionpipe.com/playground
  2. Select an effect from the dropdown
  3. Allow camera access when prompted
  4. See real-time hand tracking in action

Using the Cloud API

For server-side processing, use our Cloud API:

1. Get an API Key

  1. Sign in at visionpipe.com/login
  2. Go to Cloud Console → API Keys
  3. Click "Add Key" and give it a name
  4. Copy your API key (you won't be able to see it again)

2. Make Your First Request

curl -X POST https://visionpipe3d.quochuy.dev/v1/detect \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"image_url": "https://example.com/image.jpg"}'

3. Check Your Usage

Monitor your API usage at Cloud Console → Usage.

Next Steps

On this page