GPT-5.5 Vision

Generated from:

Create a POST request to OpenAI API to send an image URL for vision analysis with gpt-5.5 model

Request

POST

URL

https://api.openai.com/v1/chat/completions

Headers

AuthorizationBearer {{OPENAI_API_KEY}}
Content-Typeapplication/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.