ChatGPT · JSON Structure
Chatgpt Structure
Structural overview of the ChatGPT API surface; extracted from openapi/.
Type:
Properties: 0
AgentsArtificial IntelligenceChatGPTEmbeddingsFine-TuningGPT-4GPT-5Language ModelOpenAIReal-Time
Chatgpt Structure is a JSON Structure definition published by ChatGPT.
Meta-schema:
JSON Structure
{
"provider": "ChatGPT",
"providerId": "chatgpt",
"kind": "json-structure",
"description": "Structural overview of the ChatGPT API surface; extracted from openapi/.",
"schemaCount": 12,
"operationCount": 4,
"schemas": [
{
"name": "CreateResponseRequest",
"type": "object",
"propertyCount": 17,
"required": [
"model",
"input"
]
},
{
"name": "ResponseInputItem",
"type": "object",
"propertyCount": 7,
"required": [
"role"
]
},
{
"name": "ResponseInputContentPart",
"type": "object",
"propertyCount": 6,
"required": [
"type"
]
},
{
"name": "ResponseTool",
"type": "object",
"propertyCount": 16,
"required": [
"type"
]
},
{
"name": "ResponseToolChoice",
"type": "object",
"propertyCount": 2,
"required": [
"type"
]
},
{
"name": "ResponseObject",
"type": "object",
"propertyCount": 22,
"required": [
"id",
"object",
"created_at",
"model",
"status",
"output",
"usage"
]
},
{
"name": "ResponseOutputItem",
"type": "object",
"propertyCount": 9,
"required": [
"type"
]
},
{
"name": "ResponseOutputContentPart",
"type": "object",
"propertyCount": 4,
"required": [
"type"
]
},
{
"name": "Annotation",
"type": "object",
"propertyCount": 7,
"required": [
"type"
]
},
{
"name": "ResponseUsage",
"type": "object",
"propertyCount": 5,
"required": [
"input_tokens",
"output_tokens",
"total_tokens"
]
},
{
"name": "ResponseInputItemList",
"type": "object",
"propertyCount": 5,
"required": [
"object",
"data"
]
},
{
"name": "ErrorResponse",
"type": "object",
"propertyCount": 1,
"required": [
"error"
]
}
],
"operations": [
{
"method": "POST",
"path": "/responses",
"operationId": "createResponse",
"summary": "Chatgpt Create Response",
"tags": [
"Responses"
]
},
{
"method": "GET",
"path": "/responses/{response_id}",
"operationId": "getResponse",
"summary": "Chatgpt Retrieve Response",
"tags": [
"Responses"
]
},
{
"method": "DELETE",
"path": "/responses/{response_id}",
"operationId": "deleteResponse",
"summary": "Chatgpt Delete Response",
"tags": [
"Responses"
]
},
{
"method": "GET",
"path": "/responses/{response_id}/input_items",
"operationId": "listResponseInputItems",
"summary": "Chatgpt List Input Items",
"tags": [
"Responses"
]
}
]
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/chatgpt-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.