Hi @Ben Aziza Rayen,
Thank you for reaching out to Microsoft Q&A forum!
The correct endpoint for the Analyze Conversations API should be:
POST {Endpoint}/language/:analyze-conversations?api-version=2024-11-01
Notice the colon (:) before "analyze-conversations," which is required for proper syntax. Also, ensure that {Endpoint}
is replaced with your actual Azure Language Service resource URL, such as https://<your-resource-name>.cognitiveservices.azure.com
. Additionally, make sure to include the correct headers, such as Content-Type: application/json
, and provide the necessary JSON payload in the body of your request.
For more details, you can refer to: official Azure REST API documentation.
Hope this helps. And, if you face any issues do let us know.
Do click Accept Answer
and Yes
for was this answer helpful.