Datathon / README.md
Sathvik-kota's picture
Upload folder using huggingface_hub
7c12f56 verified
---
title: Bajaj Datathon Bill API
emoji: 🧾
colorFrom: blue
colorTo: green
sdk: docker
pinned: false
---
# Datathon Bill Extraction API
This Space hosts my backend API for the Bajaj Finserv Health Datathon.
The endpoint `POST /extract-bill-data` accepts a JSON body:
```json
{ "document": "<public-url-to-bill>" }