Perplexity · Example Payload

Perplexity Create Async Chat Completions Async Chat Completions Post Example

Perplexity Create Async Chat Completions Async Chat Completions Post Example is an example object payload from Perplexity, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "create_async_chat_completions_async_chat_completions_post",
  "method": "POST",
  "path": "/v1/async/sonar",
  "summary": "Create Async Chat Completion",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "request": {
          "model": "sonar-deep-research",
          "messages": [
            {
              "role": "<string>",
              "content": "<string>"
            }
          ]
        }
      }
    }
  ],
  "responseExamples": []
}