Quadrillion modal-files API

The modal-files API from Quadrillion — 8 operation(s) for modal-files.

Operations 8

POST /v1/modal/files/list List Files #
POST /v1/modal/files/read Read File #
POST /v1/modal/files/write Write File #
POST /v1/modal/files/mkdir Create Folder #
POST /v1/modal/files/delete Delete Path #
POST /v1/modal/files/rename Rename Path #
POST /v1/modal/files/duplicate Duplicate Path #
POST /v1/modal/files/check Check Path #

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/quadrillion-modal-files-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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

OpenAPI Specification

quadrillion-modal-files-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Quadrillion Cloud account Modal Files API
  description: Public cloud API service for cloud-safe backend endpoints
  version: 0.1.0
servers:
- url: https://api.quadrillion.io
  description: Base URL declared by the provider in apis.yml (roadmap#122).
tags:
- name: modal-files
paths:
  /v1/modal/files/list:
    post:
      tags:
      - modal-files
      summary: List Files
      description: List directory contents from the workspace sandbox file service.
      operationId: list_files_v1_modal_files_list_post
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
  /v1/modal/files/read:
    post:
      tags:
      - modal-files
      summary: Read File
      description: Read a file from the workspace sandbox file service.
      operationId: read_file_v1_modal_files_read_post
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
  /v1/modal/files/write:
    post:
      tags:
      - modal-files
      summary: Write File
      description: Write/save a file on the workspace sandbox.
      operationId: write_file_v1_modal_files_write_post
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
  /v1/modal/files/mkdir:
    post:
      tags:
      - modal-files
      summary: Create Folder
      description: Create a folder on the workspace sandbox.
      operationId: create_folder_v1_modal_files_mkdir_post
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
  /v1/modal/files/delete:
    post:
      tags:
      - modal-files
      summary: Delete Path
      description: Delete a file or folder on the workspace sandbox.
      operationId: delete_path_v1_modal_files_delete_post
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
  /v1/modal/files/rename:
    post:
      tags:
      - modal-files
      summary: Rename Path
      description: Rename/move a file or folder on the workspace sandbox.
      operationId: rename_path_v1_modal_files_rename_post
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
  /v1/modal/files/duplicate:
    post:
      tags:
      - modal-files
      summary: Duplicate Path
      description: Duplicate a file or folder on the workspace sandbox.
      operationId: duplicate_path_v1_modal_files_duplicate_post
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
  /v1/modal/files/check:
    post:
      tags:
      - modal-files
      summary: Check Path
      description: Check if a path exists on the workspace sandbox.
      operationId: check_path_v1_modal_files_check_post
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}