openapi: 3.2.0 info: title: Pynt Llm Prompt API version: 0.1.0 description: 'Operations tagged llm-prompt across 2 of this provider''s published API definitions: pynt-openapi.json, pynt-openapi.json. Each path carries the servers of the definition it was published in.' servers: - url: https://api.pynt.io description: Pynt production API tags: - name: llm-prompt paths: /v1/llm-prompt/active/schema: get: tags: - llm-prompt summary: Get Active Schema operationId: get_active_schema_v1_llm_prompt_active_schema_get responses: '200': description: Successful Response content: application/json: schema: additionalProperties: true type: object title: Response Get Active Schema V1 Llm Prompt Active Schema Get /v1/llm-prompt/{application_id}/endpoint-analysis: get: tags: - llm-prompt summary: Endpoint Analysis operationId: endpoint_analysis_v1_llm_prompt__application_id__endpoint_analysis_get security: - API Key: [] - Bearer Token: [] - System API Key: [] - Organization ID: [] - Operator Organization Context: [] parameters: - name: application_id in: path required: true schema: type: string title: Application Id responses: '200': description: Successful Response content: application/json: schema: type: array items: type: object additionalProperties: true title: Response Endpoint Analysis V1 Llm Prompt Application Id Endpoint Analysis Get '422': description: Validation Error content: application/json: schema: $ref: '#/components/schemas/HTTPValidationError' components: schemas: HTTPValidationError: properties: detail: items: $ref: '#/components/schemas/ValidationError' type: array title: Detail type: object title: HTTPValidationError ValidationError: properties: loc: items: anyOf: - type: string - type: integer type: array title: Location msg: type: string title: Message type: type: string title: Error Type type: object required: - loc - msg - type title: ValidationError securitySchemes: API_Key: type: apiKey in: header name: X-API-Key Bearer_Token: type: apiKey in: header name: Authorization System_API_Key: type: apiKey in: header name: X-System-API-Key Organization_ID: type: apiKey in: header name: X-Organization-ID Operator_Organization_Context: type: apiKey in: header name: context x-refined-from: - pynt-openapi.json - pynt-openapi.json