Mindlogic Credits API

The Credits API from Mindlogic — 1 operation(s) for credits.

OpenAPI Specification

mindlogic-credits-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Fast Audio Credits API
  version: 0.1.0
servers:
- url: /v1/gateway
tags:
- name: Credits
paths:
  /credits/:
    get:
      summary: Get Credit Balance
      description: Return the authenticated member's remaining credit balance.
      operationId: get_credit_balance_credits__get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
      tags:
      - Credits