Microsoft Cognitive Services website screenshot

Microsoft Cognitive Services

Microsoft Cognitive Services (Azure AI Services) provides AI APIs for vision, speech, language, and OpenAI model access.

4 APIs 0 Features
Azure AIComputer VisionSpeechNLPOpenAIMachine Learning

APIs

Azure AI Vision API

Image analysis, OCR, spatial analysis, and face detection capabilities.

Azure AI Speech API

Speech-to-text, text-to-speech, speech translation, and speaker recognition.

Azure AI Language API

Natural language processing including sentiment analysis, entity recognition, and summarization.

Azure OpenAI Service API

REST API access to OpenAI models including GPT-4, DALL-E, and Whisper with enterprise security.

Collections

Pricing Plans

Rate Limits

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🌐
Portal
Portal
💰
Pricing
Pricing
📦
SDKs
SDKs
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
💬
Support
Support

Sources

apis.yml Raw ↑
opencollection: 1.0.0
info:
  name: Azure AI Vision - Image Analysis REST API
  version: 2023-04-01-preview
request:
  auth:
    type: apikey
    key: Ocp-Apim-Subscription-Key
    value: '{{Ocp-Apim-Subscription-Key}}'
    placement: header
items:
- info:
    name: ImageAnalysis
    type: folder
  items:
  - info:
      name: Analyze an image
      type: http
    http:
      method: POST
      url: https://{endpoint}/computervision/imageanalysis:analyze
      params:
      - name: api-version
        value: ''
        type: query
      - name: features
        value: ''
        type: query
        description: Visual features to extract; required if model-name is not provided
      - name: model-name
        value: ''
        type: query
        description: Custom trained model name; required if features is not provided
      - name: language
        value: ''
        type: query
      - name: smartcrops-aspect-ratios
        value: ''
        type: query
        description: Comma-separated aspect ratios for smartCrops (0.75-1.8)
      - name: gender-neutral-caption
        value: ''
        type: query
      body:
        type: json
        data: '{}'
    docs: Analyze an image
bundled: true