ShieldID — CSV Upload & API Test

CSV schema and API semantics are described in docs/CSV.txt and docs/API.txt.

CSV upload

Upload a single CSV file. Required columns include: external_person_id, action, industry_label, reason_label, ts and at least one token_* column.
Download Results CSV

Result
No upload yet.

API-style subject test (UPSERT/REVOKE)

Fill in person fields (email / phone / username / name / DOB / IP / country). The browser normalizes and hashes them into token_* fields and builds a /v1/subjects:upsert-style JSON request as described in docs/API.txt. Only tokens (not raw PII) are sent to the server.

Request preview (JSON)
No request yet.
Response
No request yet.