> ## Documentation Index
> Fetch the complete documentation index at: https://docs.platinur.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Api Ask Promote

> Explore→govern funnel: turn an ad-hoc Ask answer into a governed metric/mart by starting a
model request (proposal → review), so the number becomes reusable in dashboards.



## OpenAPI

````yaml /api/openapi.json post /api/ask/promote
openapi: 3.1.0
info:
  description: >-
    Environment-aware APIs for Platinur configuration, integrations, operations,
    promotions, scheduling, monitoring, and assistant tasks.
  title: Platinur Control Plane API
  version: 1.0.0-rc3
servers:
  - description: Local Platinur control-plane API
    url: http://localhost:8080
security: []
paths:
  /api/ask/promote:
    post:
      tags:
        - Control Plane
      summary: Api Ask Promote
      description: >-
        Explore→govern funnel: turn an ad-hoc Ask answer into a governed
        metric/mart by starting a

        model request (proposal → review), so the number becomes reusable in
        dashboards.
      operationId: api_ask_promote_api_ask_promote_post
      responses:
        '200':
          content:
            application/json:
              schema: {}
          description: Successful Response

````