Authentication
Every request requires one of the following headers:
X-API-Key: vyr_live_YOUR_KEYAuthorization: Bearer <token>Base URL
https://api.vyrion.aiEndpoints
Playground Tasks Overview
A quick guide to all the computer vision tasks available in the interactive playground.
Object Detection
Find and draw bounding boxes around specific objects in images using standard YOLOv11 models.
World Detection
Open-vocabulary object detection. Simply type the custom classes (prompts) you want to find, and the AI will locate them without prior training using YOLO-World.
Instance Segmentation
Goes beyond bounding boxes by drawing precise pixel-perfect masks over the identified objects.
Pose Estimation
Detect human figures and overlay a wireframe skeleton tracking their joints and posture.
Image Classification
Categorize the entire image into the most likely classes and provide their confidence percentages.
OCR Service
Extract printed and handwritten text from images, returning both the full text and bounding boxes for each word.
Super-Resolution
Upscale low-resolution images by up to 8x using AI without losing quality. Optionally apply denoising and lighting fixes.
Image Matching
Compare two images to find and visualize matching keypoints between them, useful for stitching and 3D reconstruction.