Predictive Oncology Model and Data Clearinghouse doe-create-datafile-controller API

The doe-create-datafile-controller API from Predictive Oncology Model and Data Clearinghouse — 1 operation(s) for doe-create-datafile-controller.

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/predictive-oncology-model-and-data-clearinghouse-doe-create-datafile-controller-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

predictive-oncology-model-and-data-clearinghouse-doe-create-datafile-controller-api-openapi.yml Raw ↑
openapi: 3.0.1
info:
  title: MoDaC asset-details-controller doe-create-datafile-controller API
  description: MoDaC API is a set of public rest API to access datasets stored in the repository
servers:
- url: http://localhost:8080
  description: Generated server url
tags:
- name: doe-create-datafile-controller
paths:
  /addDatafile:
    post:
      tags:
      - doe-create-datafile-controller
      operationId: createDatafile_1
      parameters:
      - name: dataFilePath
        in: query
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              required:
              - doeDataFile
              type: object
              properties:
                doeDataFileModel:
                  $ref: '#/components/schemas/DoeDatafileModel'
                doeDataFile:
                  type: string
                  format: binary
      responses:
        '200':
          description: OK
          content:
            '*/*':
              schema:
                type: string
components:
  schemas:
    KeyValueBean:
      type: object
      properties:
        key:
          type: string
        value:
          type: string
        displayName:
          type: string
        displayOrder:
          type: integer
          format: int32
    DoeMetadataAttrEntry:
      type: object
      properties:
        attrName:
          type: string
        attrValue:
          type: string
        attrUnit:
          type: string
        systemAttr:
          type: boolean
        validValues:
          type: array
          items:
            $ref: '#/components/schemas/KeyValueBean'
        defaultValue:
          type: string
        description:
          type: string
        mandatory:
          type: boolean
        displayName:
          type: string
        isEditable:
          type: boolean
        displayOrder:
          type: integer
          format: int32
        controllerAttribute:
          type: boolean
        isVisible:
          type: boolean
        isVisibleOnUplaodPage:
          type: boolean
        isVisibleForReviewCommiteeMember:
          type: boolean
        controllerAttrName:
          type: string
        controllerAttrValue:
          type: string
    HpcDataObject:
      type: object
      properties:
        id:
          type: integer
          format: int32
        collectionId:
          type: integer
          format: int32
        dataName:
          type: string
        collectionName:
          type: string
        absolutePath:
          type: string
        dataSize:
          type: integer
          format: int64
        dataPath:
          type: string
        dataOwnerName:
          type: string
        createdAt:
          type: string
          format: date-time
    DoeDatafileModel:
      type: object
      properties:
        path:
          type: string
        dataObject:
          $ref: '#/components/schemas/HpcDataObject'
        selfMetadataEntries:
          type: array
          items:
            $ref: '#/components/schemas/DoeMetadataAttrEntry'
        parentMetadataEntries:
          type: array
          items:
            $ref: '#/components/schemas/DoeMetadataAttrEntry'