Pass your API key as a Bearer token in the Authorization header:
Authorization: Bearer YOUR_API_KEYSet the VOKER_API_KEY environment variable in your application to keep your key out of source code.Create Fingerprint
PUT/api/v1/fingerprints
Request body
The programming language used by the client (e.g.,
"python", "typescript").The version of the programming language (e.g.,
"3.11.4").The operating system or runtime environment (e.g.,
"linux", "darwin").Version of the OpenAI SDK in use, if applicable.
Version of the Anthropic SDK in use, if applicable.
Version of the Gemini SDK in use, if applicable.
Version of the Voker SDK in use, if applicable.
A map of all installed packages and their versions for debugging purposes.
URL of the Git repository associated with the running code.
The active Git branch.
The full Git commit hash.
The date of the Git commit in ISO 8601 format.
200 - Successful response
200 - Successful response
The unique identifier for the registered fingerprint. Pass this value as
fingerprint_id when creating events.