Overview
FlashID Local API
Programmatic access to the FlashID desktop client over a local HTTP service.
Set your key in the apiKey collection variable. Each request includes a saved Example response.
Profile tags
Create and manage workspace tags through the Tags endpoints. Profile list and detail responses include their associated tags. When creating or updating a profile, pass tag_uuids to set its complete tag list, or use the attach and detach endpoints to change one association at a time.
Response envelope
Success: { "success": true, "code": 0, "data": {...} }
Error: { "success": false, "code": <number>, "message": "..." }
Error codes
Every response is HTTP 200 — the body code is the sole signal (success:false + non-zero code on error).