This endpoint allows you to submit a compiled Cairo program to the program registry. Once submitted, the system registers the program and generates a unique program hash. This hash can be used for future proof and trace generation requests without needing to re-upload the program file, making the process more efficient for repeated queries.
apiKey
(string, required)programFile
(file - .json
, required) - Compiled Cairo program in JSON format.cairoVersion
(string, required)