Skip to main content
POST
/
session
/
input-files
{
  "contracts": [
    {
      "compiledPath": "<string>",
      "name": "<string>",
      "compilerVersion": "<string>",
      "files": {
        "found": [
          "<string>"
        ],
        "missing": [
          "<string>"
        ]
      },
      "verificationId": "<string>",
      "status": "perfect"
    }
  ],
  "unused": [
    "<string>"
  ]
}

Query Parameters

url
string<uri>

Remote file URL

dryrun
boolean
default:false

Dry-run flag. When present and set to true, a successful verification result will not be stored in the repository.

Body

files
object

Response

Response is sent when the upload is successful under different conditions.

contracts
object[]
unused
string[]