Claude Files API

API for uploading and managing files to reference in Claude API requests without re-uploading content each time.

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/claude-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.

API entry from apis.yml

apis.yml Raw ↑
name: Claude Files API
description: API for uploading and managing files to reference in Claude API requests without re-uploading
  content each time.
image: https://www.anthropic.com/images/icons/anthropic-icon.png
humanURL: https://docs.anthropic.com/en/docs/build-with-claude/files
baseURL: https://api.anthropic.com/v1
tags:
- Artificial Intelligence
- Document Processing
- File Management
- File
tags_raw:
- AI
- Document Processing
- File Management
- Files
properties:
- type: Documentation
  url: https://docs.anthropic.com/en/docs/build-with-claude/files
contact:
- type: Support
  url: https://support.anthropic.com
endpoints:
- name: Upload File
  method: POST
  path: /files
  description: Upload a file to be referenced in future API calls
- name: List Files
  method: GET
  path: /files
  description: List uploaded files
- name: Get File Metadata
  method: GET
  path: /files/{file_id}
  description: Retrieve metadata for a specific uploaded file
- name: Download File
  method: GET
  path: /files/{file_id}/content
  description: Download file content created by skills or the code execution tool
- name: Delete File
  method: DELETE
  path: /files/{file_id}
  description: Delete an uploaded file