Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex AI Studio
  • About Yandex AI Studio
  • Getting started with Model Gallery
  • Yandex Workflows
  • Switching from the AI Assistant API to Responses API
  • Compatibility with OpenAI
    • Overview
    • API authentication
        • Overview
        • createConversationItems
        • listConversationItems
        • getConversationItem
        • deleteConversationItem
        • createConversation
        • getConversation
        • deleteConversation
        • updateConversation
  • Quotas and limits
  • Pricing policy
  • Access management
  • Audit Trails events
  • Public materials
  • Release notes
  • Terms and definitions

In this article:

  • HTTP request
  • Body parameters
  • Response
  1. API references
  2. OpenAI-compatible APIs
  3. Conversations
  4. createConversation

REST: Create a conversation

Written by
Yandex Cloud
Updated at December 24, 2025
  • HTTP request
  • Body parameters
  • Response

Create a conversation.

HTTP requestHTTP request

POST https://ai.api.cloud.yandex.net/v1/conversations

Body parametersBody parameters

Request schema: application/json

{
  "metadata": "unknown",
  "items": "unknown"
}

Field

Description

metadata

Any of unknown | null

items

Any of unknown | null

ResponseResponse

HTTP Code: 200

Success

Response schema: application/json

{
  "id": "string",
  "object": "string",
  "metadata": "unknown",
  "created_at": "integer"
}

Field

Description

id

string

Required field. The unique ID of the conversation.

object

enum

Required field. The object type, which is always conversation.

  • conversation

metadata

unknown

Required field. Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard.
Keys are strings with a maximum length of 64 characters. Values
are strings with a maximum length of 512 characters.

created_at

integer

Required field. The time at which the conversation was created, measured in seconds since the Unix epoch.

Was the article helpful?

Previous
deleteConversationItem
Next
getConversation
© 2026 Direct Cursus Technology L.L.C.