Hello Mateo !
Thank you for posting on Microsoft Learn Q&A.
Microsoft publishes the official OpenAPI specs for Azure services, and you can import them straight into APIM.
You have the central repo for all Azure REST specs (management + data plane) where you browse or download from azure-rest-api-specs (OpenAPI/TypeSpec). It’s the canonical source and is indexed in the following links https://github.com/Azure/azure-rest-api-specs
and https://azure.github.io/azure-sdk/releases/latest/all/specs.html
Microsoft doc points to a Swagger/OpenAPI file you can import directly (it uses a GitHub URL) and it also explains that the Swagger covers speech-to-text with custom voice
https://learn.microsoft.com/en-us/azure/ai-services/speech-service/swagger-documentation
Azure AI document intelligence ships an official OpenAPI in the same repo. The v4.0 GA API version is 2024-11-30 (that’s the stable spec you’ll usually want).
There’s also a Microsoft TechCommunity thread that references the exact JSON in the repo (useful as a breadcrumb when searching)
For Azure AI Vision and Image Analysis you can use the specs index to find the vision and image analysis spec and pick the stable version that matches your SDK/docs, the service docs link to the REST reference that corresponds to those specs.
https://azure.github.io/azure-sdk/releases/latest/all/specs.html