Blog
Tutorials and guides to help you get the most out of csv-api.
Powering a Static Site with csv-api
Use csv-api as a lightweight CMS backend for Jekyll, Hugo, or any static site generator.
Managing Your Data: Edit Rows, Rename Columns, and Export
Learn how to update records, rename columns after upload, and export your modified data as CSV.
Optimizing API Responses with Field Selection
Reduce payload sizes and speed up your app by requesting only the columns you need.
Build a Live Dashboard with JavaScript and csv-api
Fetch data from your csv-api endpoint and render it in a dynamic frontend using vanilla JavaScript.
Securing Your API: Authentication and API Key Management
Understand how API key authentication works and best practices for managing your keys.
Sorting and Pagination: Navigating Large Datasets
Combine sorting and pagination to efficiently browse thousands of records from your API.
Mastering Filters: Query Your Data Like a Pro
Learn how to use exact match, comparison, and pattern filters to retrieve exactly the data you need.
Getting Started: Upload Your First CSV and Get an API in 60 Seconds
A step-by-step walkthrough of uploading a CSV file and making your first API request.