Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • 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
© 2025 Direct Cursus Technology L.L.C.
Yandex API Gateway
  • Getting started
    • All guides
    • Creating an API gateway
      • Overview
      • Cloud Functions
      • Static response
      • Object Storage
      • Serverless Containers
      • Access over HTTP
      • Message Queue
      • Data Streams
      • Managed Service for YDB
      • DataSphere
      • Yandex AI Studio
      • Yandex Workflows
      • Swagger UI
    • Viewing operations with service resources
  • Access management
  • Tools
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes
  • FAQ
  1. Step-by-step guides
  2. Specification constructor
  3. Cloud Functions

Adding the x-yc-apigateway-integration:cloud_functions extension

Written by
Yandex Cloud
Updated at December 2, 2025
Management console
  1. In the management console, select the folder in which you created or want to create an API gateway.

  2. Go to API Gateway.

  3. Select an API gateway or click Create API gateway to create a new one.

  4. In the Specification field, click .

  5. In the field, specify the following:

    • Path: Integration relative path to add to the API Gateway URL. Remember to wrap variables in braces, e.g., /static/{function_id}. For more information, see the OpenAPI 3.0 specification.
    • HTTP method: Method to use to work with the integration.
    • Optionally, Service account: Service account for authorization when accessing the function. If you do not have a service account, create one.
    • Optionally, Function call format: Function request format version. The possible values are 0.1 and 1.0. The default version is 0.1.
    • Function: Function name and function version tag.
  6. Optionally, paste or upload operation context, i.e., any object in YAML or JSON format.

  7. Click Add.

The Specification field will display the OpenAPI specification with the specified parameter values.

See alsoSee also

  • x-yc-apigateway-integration:cloud_functions extension

Was the article helpful?

Previous
Overview
Next
Static response
© 2025 Direct Cursus Technology L.L.C.