Generated from:
Create a POST request to OpenAI API to send an image URL for vision analysis with gpt-5.5 model
URL
https://api.openai.com/v1/chat/completions
Headers
| Authorization | Bearer {{OPENAI_API_KEY}} |
|---|---|
| Content-Type | application/json |
Body
{"model":"gpt-5.5","input":{"url":"{{IMAGE_URL}}"}}
This request was generated from:
Create a POST request to OpenAI API to send an image URL for vision analysis with gpt-5.5 model
Generate your own →Type any API. Get a production-ready request. No login required.