Decodes opcodes and message bodies into human-readable form. Opcodes can be in hex (with or without 0x prefix) or decimal format. Bodies should be in base64 or hex format. Maximum 1000 items per list.
List of opcodes to decode (hex or decimal)
List of message bodies to decode (base64 or hex)
Decoded opcodes and message bodies.
Response from the decode endpoint containing decoded opcode names and parsed message body structures.
Array of decoded message bodies. Each entry is a structured object with the decoded opcode name and parsed payload fields. Entries that could not be decoded return the raw data.
Array of decoded opcode names corresponding to the input opcodes. Unknown opcodes return the original value unchanged.