---
title: "Verify solc-json"
method: POST
path: "/session/input-solc-json"
tags: ["(Deprecated) Session Verification"]
deprecated: true
---

# Verify solc-json

`POST /session/input-solc-json`

> **Deprecated.**

## Request body

- object
  - `files` object, required — Files to upload {"path/filename": "content"}
  - `compilerVersion` string, required — Compiler version

## Response `200`

OK

- object
  - `contracts` object[]
    - `verificationId` string
    - `compiledPath` string
    - `name` string
    - `compilerVersion` string
    - `address` string
    - `chainId` string
    - `files` object
      - `found` string[]
      - `missing` string[]
    - `status` string
    - `storageTimestamp` string, date-time
  - `unused` string[]

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/tempoxyz/apis/contract-verification-api.md) · [All operations](https://skmtc.dev/tempoxyz/apis/contract-verification-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tempoxyz/contract-verification-api/revisions/a76585f33723/schema)
