Citation-Enforced SEC Research Assistant API
curl -X GET https://acxxxy-finrag.hf.space/api/v1/available-filings \ -H "X-API-Key: YOUR_API_KEY"
curl -X POST https://acxxxy-finrag.hf.space/api/v1/query \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"query": "What is Apples total net sales for fiscal year 2025?",
"filters": {
"ticker": "AAPL",
"filing_type": "10-K"
}
}'
curl -X POST https://acxxxy-finrag.hf.space/api/v1/ingest \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"ticker": "AAPL",
"filing_type": "10-K"
}'