I can able to get text response from openai by http request and api keys,Now i need image analysis using openai if anyone sent reference link it could be helpful for me
Hi @Deepana.A ,
I hope you have gone through the OpenAI Documentation, It is quite similar to using the ChatGPT API integrations. For image analysis you will have to use the OpenAI GPT with Vision.
You can find all the necessary details in the follownig link, Vision - Documentation
Cheers!
Thank you soo much for your response, I will try this link