The vision API provides computer vision capabilities for extracting features from images. You can detect objects, text, and other visual elements in industrial images.Documentation Index
Fetch the complete documentation index at: https://docs.cognite.com/llms.txt
Use this file to discover all available pages before exploring further.
Asynchronous processing
Results are returned as asynchronous jobs that you poll for completion. Submit an image for analysis, receive a job ID, and check the job status until it finishes. Then retrieve the extracted features and metadata.Use cases
Vision is useful for inspecting equipment in photos, extracting text from signage or labels, detecting defects in imagery, and automating visual verification tasks. The API supports industrial imaging scenarios common in asset-intensive industries.Ensure images are in supported formats and meet size requirements before submission.
Key capabilities
- Detect objects in images
- Extract text (OCR) from images
- Identify visual elements for classification
- Segment images (for example region or object segmentation via
/context/vision/segmentand related job endpoints) as asynchronous jobs you poll - Poll job status for async results