openapi: 3.1.0
info:
title: Eden AI Audio OCR API
version: '2.0'
description: Eden AI is a unified AI gateway providing access to 500+ AI models from 50+ providers through a single API. Exposes LLM (chat completions, embeddings), Universal AI (OCR, image, video, audio, text analysis), file management, and async jobs with webhooks.
contact:
name: Eden AI
url: https://www.edenai.co
servers:
- url: https://api.edenai.run/v2
description: Production
security:
- bearerAuth: []
tags:
- name: OCR
paths:
/ocr/ocr:
post:
summary: OCR
description: Extract text from an image or PDF using selected OCR providers.
operationId: ocr
tags:
- OCR
requestBody:
required: true
content:
multipart/form-data:
schema:
type: object
required:
- providers
- file
properties:
providers:
type: string
file:
type: string
format: binary
language:
type: string
responses:
'200':
description: OCR results
components:
securitySchemes:
bearerAuth:
type: http
scheme: bearer
bearerFormat: API key