availity · Capability

Availity Service Reviews (Prior Authorization) API — Auth Attachments

Availity Service Reviews (Prior Authorization) API — Auth Attachments. 2 operations. Lead operation: Availity Submit Authorization with Attachment. Self-contained Naftiko capability covering one Availity business surface.

Run with Naftiko AvailityAuth Attachments

What You Can Do

POST
Submitauthattachment — Availity Submit Authorization with Attachment
/v1/value-adds/v2/attachments
GET
Getattachmentstatus — Availity Get Attachment Processing Status
/v1/value-adds/v2/attachments/{id}

MCP Tools

availity-submit-authorization-attachment

Availity Submit Authorization with Attachment

availity-get-attachment-processing-status

Availity Get Attachment Processing Status

read-only idempotent

Capability Spec

service-reviews-auth-attachments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Availity Service Reviews (Prior Authorization) API — Auth Attachments
  description: 'Availity Service Reviews (Prior Authorization) API — Auth Attachments. 2 operations. Lead operation: Availity
    Submit Authorization with Attachment. Self-contained Naftiko capability covering one Availity business surface.'
  tags:
  - Availity
  - Auth Attachments
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AVAILITY_API_KEY: AVAILITY_API_KEY
capability:
  consumes:
  - type: http
    namespace: service-reviews-auth-attachments
    baseUri: https://api.availity.com
    description: Availity Service Reviews (Prior Authorization) API — Auth Attachments business capability. Self-contained,
      no shared references.
    resources:
    - name: value-adds-v2-attachments
      path: /value-adds/v2/attachments
      operations:
      - name: submitauthattachment
        method: POST
        description: Availity Submit Authorization with Attachment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: value-adds-v2-attachments-id
      path: /value-adds/v2/attachments/{id}
      operations:
      - name: getattachmentstatus
        method: GET
        description: Availity Get Attachment Processing Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Attachment job ID
          required: true
    authentication:
      type: bearer
      token: '{{env.AVAILITY_API_KEY}}'
  exposes:
  - type: rest
    namespace: service-reviews-auth-attachments-rest
    port: 8080
    description: REST adapter for Availity Service Reviews (Prior Authorization) API — Auth Attachments. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/value-adds/v2/attachments
      name: value-adds-v2-attachments
      description: REST surface for value-adds-v2-attachments.
      operations:
      - method: POST
        name: submitauthattachment
        description: Availity Submit Authorization with Attachment
        call: service-reviews-auth-attachments.submitauthattachment
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/value-adds/v2/attachments/{id}
      name: value-adds-v2-attachments-id
      description: REST surface for value-adds-v2-attachments-id.
      operations:
      - method: GET
        name: getattachmentstatus
        description: Availity Get Attachment Processing Status
        call: service-reviews-auth-attachments.getattachmentstatus
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: service-reviews-auth-attachments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Availity Service Reviews (Prior Authorization) API — Auth Attachments. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: availity-submit-authorization-attachment
      description: Availity Submit Authorization with Attachment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: service-reviews-auth-attachments.submitauthattachment
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: availity-get-attachment-processing-status
      description: Availity Get Attachment Processing Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: service-reviews-auth-attachments.getattachmentstatus
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.