Arcee AI AFM API API

The AFM API API from Arcee AI — 1 operation(s) for afm api.

OpenAPI Specification

arcee-ai-afm-api-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: AFM Access Profiles AFM API API
  version: 0.1.0
tags:
- name: AFM API
paths:
  /:
    get:
      summary: Root
      operationId: root__get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
      tags:
      - AFM API
components:
  securitySchemes:
    HTTPBearer:
      type: http
      scheme: bearer