get https://api.bavest.co/v0/etf/kid/
The ETF allocation exposure endpoint returns the allocation exposure of an ETF.
This endpoint returns a Base64-encoded string containing the ETF Key Information Document (KID) PDF.
You can use curl and base64 to directly download and decode the document:
curl <> | base64 -d > kid.pdf