Address ID
Parse a messy Indonesian address into structured components.
Call it
The first response is 402 with the exact price and every rail you can
pay with. Pay, repeat the request with the proof, and you get the result.
curl -X POST https://api.glianalabs.com/v1/tools/address-id \
-H 'content-type: application/json' \
-d '{"address":"Jl. Merdeka No. 12 RT 03/RW 05, Gedong Air, Tanjung Karang Barat, Bandar Lampung 35152"}'When to use it
Use when an agent normalises user-entered addresses for delivery, KYC or analytics. Input: address (required, free text). Returns street, number, rt_rw, kelurahan, kecamatan plus kabupaten/kota and provinsi resolved against official Kepmendagri data — those two cannot be hallucinated, and `verified` reports where the model disagreed. Kecamatan, kelurahan and postal code are as written and NOT verified.
What it costs
$0.0030 per successful call — flat, with no plan, minimum or monthly fee. A call that fails validation is refused before it runs, so it is never charged.
Not sure this is the right endpoint? GET /v1/consult?intent=… is
free and answers that.