Vision API

Number of APIs: 29

Using Vision, you can upload images to detect and classify objects in them. If you have lots of images, you can process them in batch using asynchronous API endpoints. Vision's features are thematically split between Document AI for document-centric images, and Image Analysis for object and scene-based images. Pretrained models and custom models are supported.

  1. model Deployments-{model Id} - Get details of a model deployment GET {{baseUrl}}/modelDeployments/:modelId?compartmentId={{compartment_ocid}}

  2. document Jobs-{document Job Id} - Cancel a batch document job. POST {{baseUrl}}/documentJobs/:documentJobId/actions/cancel

  3. image Jobs-{image Job Id} - Cancel a batch image job. POST {{baseUrl}}/imageJobs/:imageJobId/actions/cancel

  4. document Jobs - Create a batch document analysis job POST {{baseUrl}}/documentJobs

  5. image Jobs - Create a batch image analysis job POST {{baseUrl}}/imageJobs

  6. image Jobs-{image Job Id} - Get details of a batch image job. GET {{baseUrl}}/imageJobs/:imageJobId

  7. actions - Perform document analysis POST {{baseUrl}}/actions/analyzeDocument

  8. actions - Perform image analysis POST {{baseUrl}}/actions/analyzeImage

  9. document Jobs-{document Job Id} - Get details of a batch document job GET {{baseUrl}}/documentJobs/:documentJobId

  10. models-{model Id}-actions - Get Model metadata GET {{baseUrl}}/models/:modelId/actions/getMetadata