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:
- Go to visionpipe.com/playground
- Select an effect from the dropdown
- Allow camera access when prompted
- See real-time hand tracking in action
Using the Cloud API
For server-side processing, use our Cloud API:
1. Get an API Key
- Sign in at visionpipe.com/login
- Go to Cloud Console → API Keys
- Click "Add Key" and give it a name
- 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
- Sample Projects - See example implementations
- API Reference - Full API documentation
- Pricing - View pricing and buy credits