V2 API (Coming Soon on May)

We are currently developing the next generation of our API — V2.

V2 brings improved endpoint structure, consistent pagination, and enhanced filtering capabilities across all resources. It is designed to provide a more intuitive and efficient integration experience.

What to expect:

  • Standardized paginated responses across all list endpoints

  • Richer query filters (by location, camera, time range, and more)

  • Improved event record management with review status support

  • VLM (Vision Language Model) template endpoints

📌 V2 is currently under development. This documentation will be updated as endpoints become available. If you have any questions, please contact your account manager.

API Summary List

Category
Method
Endpoint
Summary

Events

GET

/v2/events/realtime/{service_id}/{task_ids}

Real-Time Event Records (WebSocket)

GET

/v2/events/record

List Event Records

PATCH

/v2/events/record/{event_record_id}

Update Event Record

GET

/v2/events/type

List Event Types

GET

/v2/events/type/{event_type_id}

Get Event Type

Tasks

GET

/v2/tasks

List Tasks

POST

/v2/tasks

Create Task

PATCH

/v2/tasks/batch-task-status

Batch Update Task Status

GET

/v2/tasks/{task_id}

Get Task

PATCH

/v2/tasks/{task_id}

Update Task

Cameras

GET

/v2/cameras

List Cameras

POST

/v2/cameras

Create Camera

GET

/v2/cameras/{camera_id}

Get Camera

PATCH

/v2/cameras/{camera_id}

Update Camera

Locations

GET

/v2/locations

List Locations

POST

/v2/locations

Create Location

GET

/v2/locations/{location_id}

Get Location

PATCH

/v2/locations/{location_id}

Update Location

Organizations

GET

/v2/organizations

List Organizations

GET

/v2/organizations/{organization_id}

Get Organization

Compute Targets

GET

/v2/compute-targets

List Compute Targets

GET

/v2/compute-targets/{compute_target_id}

Get Compute Target

VLM Templates

GET

/v2/vlms/template

List VLM Templates

GET

/v2/vlms/template/{vlm_template_id}

Get VLM Template

Videos

GET

/v2/videos

List Videos

POST

/v2/videos

Create Video

GET

/v2/video-events/realtime/{service_id}/{task_ids}

Real-Time Video Event Records (WebSocket)

GET

/v2/video-events/record

List Video Event Records

Images

POST

/v2/images

Upload Images

GET

/v2/images

List Images

POST

/v2/images/complete

Complete Uploading Images

GET

/v2/images/{image_id}/result

Image Detection Result

Last updated