We have simplified the usage of the Kaiju API.

The following parameters are now optional in the header:

  • PandwaRf-Email
  • PandwaRf-Mac-Address
  • PandwaRf-Hw-Revision
  • PandwaRf-Model

For example, if you need a rolling code analysis, the following snippet is OK:

curl --location --request POST 'https://rolling.pandwarf.com/api/v1/analyze/detailed' \
--header 'Authorization: Token xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' \
--data-raw '{
    "rawBitStream": "<PASTE YOUR BINARY DATA HERE>"
}'

The updated documentation is available as a Swagger or Redoc specifications.