API Documentation

Reference for all VYRION endpoints.

Swagger UI ↗

Authentication

Every request requires one of the following headers:

API Key (recommended for apps)
X-API-Key: vyr_live_YOUR_KEY
JWT Bearer (dashboard sessions)
Authorization: Bearer <token>

Base URL

https://api.vyrion.ai

Endpoints

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.