Given the program bytes, return the TEAL source code in plain text. This endpoint is only enabled when a node's configuration file sets EnableDeveloperAPI to true.
POST /v2/teal/disassemble HTTP/1.1 Host: algo.nownodes.io X-Algo-API-Token: YOUR_API_KEY Content-Type: application/x-binary Accept: */* Content-Length: 10 "Ynl0ZXM="
Teal disassembly Result
{ "result": "text" }