Perplexity · Schema
CompletionResponse
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for the completion |
| model | string | Model used for generation |
| created | integer | Unix timestamp when the completion was created |
| usage | object | |
| object | string | Object type identifier |
| choices | array | Array of completion choices |
| citations | object | URLs of sources used to generate the response |
| search_results | object | Search results used for context in the response |
| images | object | Array of images returned when return_images is true |
| related_questions | object | Array of related questions returned when return_related_questions is true |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CompletionResponse",
"title": "CompletionResponse",
"properties": {
"id": {
"type": "string",
"title": "Id",
"description": "Unique identifier for the completion"
},
"model": {
"type": "string",
"title": "Model",
"description": "Model used for generation"
},
"created": {
"type": "integer",
"title": "Created",
"description": "Unix timestamp when the completion was created"
},
"usage": {
"anyOf": [
{
"$ref": "#/components/schemas/UsageInfo"
},
{
"type": "null"
}
]
},
"object": {
"type": "string",
"title": "Object",
"description": "Object type identifier",
"default": "chat.completion"
},
"choices": {
"items": {
"$ref": "#/components/schemas/Choice"
},
"type": "array",
"title": "Choices",
"description": "Array of completion choices"
},
"citations": {
"anyOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "null"
}
],
"title": "Citations",
"description": "URLs of sources used to generate the response"
},
"search_results": {
"anyOf": [
{
"items": {
"$ref": "#/components/schemas/ApiPublicSearchResult"
},
"type": "array"
},
{
"type": "null"
}
],
"title": "Search Results",
"description": "Search results used for context in the response"
},
"images": {
"anyOf": [
{
"items": {
"$ref": "#/components/schemas/ImageResult"
},
"type": "array"
},
{
"type": "null"
}
],
"title": "Images",
"description": "Array of images returned when return_images is true"
},
"related_questions": {
"anyOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "null"
}
],
"title": "Related Questions",
"description": "Array of related questions returned when return_related_questions is true"
}
},
"type": "object",
"required": [
"id",
"model",
"created",
"choices"
]
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/perplexity-completionresponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.