Use Cases
- Browser extensions that need to mask clipboard content before pasting
- CLI tools that pre-process prompts
- Custom integrations that handle their own LLM communication
- Multi-turn conversations where you need to maintain placeholder numbering
Request
Parameters
Response
Detection Options
Control what gets detected using thedetect parameter:
Multi-Turn Support
For conversations spanning multiple requests, use thecounters from the response as startFrom in the next request to maintain consistent numbering:
First request:
Client-Side Unmasking
Thecontext field provides a mapping for unmasking responses on the client side: