Related:
⬡ API & SDK/2026-06-12Intermediate
Handing Monthly Revenue CSVs to the Claude API Code Execution Tool — Files API Wiring, Container Reuse, and Billing Traps
How I moved monthly revenue-CSV reconciliation for four apps into the Claude API Code Execution tool — Files API integration, container reuse, the 5-minute billing minimum, and the file-preload charge that surprises almost everyone.
⬡ API & SDK/2026-03-24Intermediate
Claude Files API Guide — Upload Once, Reference Anywhere in Your API Calls
Learn how to use the Claude Files API to upload PDFs, images, and text once and reference them across calls. Includes Python and TypeScript examples, a production-grade retry helper, real token cost estimates, and hard-won operational tips.
⬡ API & SDK/2026-03-10Intermediate
Multimodal Input Guide — Working with Images and PDFs in the Claude API
How to send images and PDFs to the Claude API, when to reach for the Files API, and the cost and speed lessons you only learn by running it in production — with real measurements.