cURL
curl --request POST \ --url https://api.example.com/session/input-files \ --header 'Content-Type: application/json' \ --data '{ "files": {} }'
{ "contracts": [ { "compiledPath": "<string>", "name": "<string>", "compilerVersion": "<string>", "files": { "found": [ "<string>" ], "missing": [ "<string>" ] }, "verificationId": "<string>", "status": "perfect" } ], "unused": [ "<string>" ] }
Remote file URL
Dry-run flag. When present and set to true, a successful verification result will not be stored in the repository.
Response is sent when the upload is successful under different conditions.
Show child attributes
Was this page helpful?