Optum Attachment Submission API

Attachment Submission

Business capability
Claim Production & Submission BC-2870.30

Operations 1

POST /uploads Attachment Submission #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/optum-attachment-submission-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

optum-attachment-submission-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  version: v1
  description: 275 Attachments Transaction
  title: Medical Network Attachments Submission v1 Attachment Submission API
servers:
- url: https://sandbox-apigw.optum.com/medicalnetwork/attachments/submission/v1/
  description: Optum
tags:
- name: Attachment Submission
  description: Attachment Submission
paths:
  /uploads:
    post:
      responses:
        '200':
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/Response'
          description: OK
        '400':
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/ErrorResponse'
          description: Bad Request
        '500':
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/InternalErrorResponse'
          description: Internal Server
      description: 275 JSON and File, see OpenAPI components for Request schema.
      parameters:
      - schema:
          type: string
        description: 'Bearer Your-Access-Token<br/>Example: <b>Bearer eyJraWQiOiIxIiwid…</b>'
        required: true
        name: Authorization
        in: header
      tags:
      - Attachment Submission
      summary: Attachment Submission
      requestBody:
        content:
          multipart/form-data:
            schema:
              required:
              - files
              type: object
              properties:
                files:
                  items:
                    type: string
                    format: binary
                  type: array
                request:
                  type: string
      operationId: upload
components:
  schemas:
    InternalErrorResponse:
      type: object
      $ref: '#/components/schemas/InternalError'
    InternalError:
      type: object
      properties:
        status:
          type: string
          example: '500'
        timestamp:
          type: string
          example: '2022-04-06T15:58:17.478+00:00'
        message:
          type: string
          example: NullPointerException
        path:
          type: string
          example: attachments/uploads
        error:
          type: string
          example: Internal Server Error
      description: Error
    ErrorResponse:
      type: object
      properties:
        status:
          type: string
        errors:
          items:
            $ref: '#/components/schemas/Error'
          type: array
    Error:
      type: object
      properties:
        followupAction:
          type: string
        field:
          type: string
        code:
          type: string
        description:
          type: string
        location:
          type: string
      description: Error
    Response:
      type: object
      properties:
        status:
          type: string
        implementationTransactionSetSyntaxError:
          type: string
        attachmentId:
          type: string
        transactionSetAcknowledgement:
          type: string