Cari Bucket Cloud Publik
netCek pola nama umum untuk bucket AWS S3 publik dan storage account Azure.
POST /api/v1/bucket-finder- Versi API
- v1
- Skema output
- 1
- cache
- 3600s
Path endpoint selalu /v1. Angka skema di bawah menandai bentuk output tool ini dan berubah terpisah.
Bikin akun gratis →Tool jaringan — endpoint ini melakukan panggilan keluar.
Parameter
| Parameter | Tipe | Wajib | Default |
|---|---|---|---|
| keyword | text | ya | — |
Request
curl -X POST https://sinikoding.dev/api/v1/bucket-finder \ -H 'content-type: application/json' \ -H 'x-api-key: tk_live_…' \ -d '{"keyword":"…"}'
Mengembalikan
"output": { "kind": "table", "columns": ["…"], "rows": [["…"]] }
Memanggil endpoint sandbox same-origin, bukan /api/v1. Tanpa key, dibatasi 15 request per menit.
Request
curl -X POST https://sinikoding.dev/api/v1/bucket-finder \ -H 'content-type: application/json' \ -H 'x-api-key: tk_live_…' \ -d '{"keyword":""}'
Response
Kirim request untuk melihat response-nya.