Per-jurisdiction pricing
Each target jurisdiction has a fixed pricing tier. When you calllexera_route_to_specialist, Lexera automatically looks up the required amount for the region you provide and reserves it from your workspace wallet.
For example, routing a document to the UAE authorizes a temporary hold of AED 699:
Check rates before dispatching
You can query the required hold ahead of time withlexera_check_jurisdiction_rates. This is the recommended first step in any integration that routes documents to specialists, because it lets you surface pricing to your users before placing a hold.
Jurisdiction alias resolution
Lexera resolves common regional aliases to the parent country for pricing purposes. For example, both UAE Federal and DIFC map to the UAE pricing tier. You do not need to normalize these yourself: pass the alias in your tool call and Lexera handles the resolution automatically.Temporary hold behavior
The hold placed bylexera_route_to_specialist is temporary. It reserves the required AED amount from your corporate wallet while the document is in the attorney queue. The exact release timing is not documented; if you need details on hold duration or refund behavior, contact your Lexera account representative.
Next steps
- Query rates programmatically with lexera_check_jurisdiction_rates
- Dispatch a document with lexera_route_to_specialist
- Review all documented error signatures in Errors