Upload my own data using Rest API

Baraa Ali-ElSafty 0 Reputation points
2024-07-24T11:07:29.9866667+00:00

I need to upload my own data (Upload files) to Azure OpenAI using Rest APIs not using Azure OpenAI studio portal.

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,639 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. dupammi 8,035 Reputation points Microsoft Vendor
    2024-07-24T11:29:59.5866667+00:00

    Hi @Baraa Ali-ElSafty

    Thank you for your question.

    You can upload your own data to Azure OpenAI using the REST API. Here’s a brief overview of the process:

    Prepare Your Data: Ensure your data is accessible and structured according to the requirements of Azure OpenAI. This might involve storing your data in Azure Blob Storage, Azure Cognitive Search, or another compatible service.

    Authentication: Use the keys and endpoint provided for your deployment to authenticate your API requests.

    You can then access Azure OpenAI on your data using a REST API or the web-based interface in the Azure OpenAI Studio. Make sure that you have correctly loaded your data into the deployment. You can check this by verifying that your data is visible in the Chat Playground or Web App.

    Please refer to the Azure OpenAI Service REST API reference documentation for details on how to structure a request and receive a response.

    I hope this helps. Thank you.


    Please don't forget to click Accept Answer and Yes for was this answer helpful.