
CSV Api
Upload a CSV. Get a REST API in seconds. No backend needed.
2 Comments
2 Comments
-
1
Nice launch. The natural language query feature caught my eye — is that running on an LLM? If so, curious how you're managing API costs while keeping it free to start.
-
1
Hi, sorry for the late reply. I'm using ChatGPT's 5.4 nano model which is incredibly cheap and works fantastically for this use case. The biggest help is that the inputs are capped and the output is incredibly structured and small so the costs take a while to add up, a few dollars of api handles a lot of requests.
-
About
I kept writing throwaway backends just to serve CSV data. I built CSV-API, upload a file, get a live REST API instantly . Type inference, Swagger docs, natural language queries, and API key auth included. Free to start.



Comment