post https://api.scale.com/v1/task/videoannotation
Note: Scale Video is only available for our Enterprise customers. If you want to learn more, please contact our sales team.
This endpoint creates a videoannotation
task. Given a series of images sampled from a video (which we will refer to as "frames"), Scale will annotate each frame with the Geometries (box
, polygon
, line
, point
, cuboid,
and ellipse
) you specify.
The required parameter for this task is geometries
.
You can optionally provide additional markdown-enabled or Google Doc-based instructions via the instruction
parameter.
You may also optionally specify events_to_annotate
, a list of strings describing events section to annotate in the video.
If the request is successful, Scale will return the generated task object, at which point you should store the task_id
to have a permanent reference to the task.