Documentation
  • 👋Welcome to AuditBase!
  • API Access
    • 📖API Reference
    • V 1.1
      • Overview
      • Create Scan
      • Get Scan
      • List Scans
      • Supported Blockchains
      • Objects Definitions
    • V 1.0
      • 👁️Scan API
        • Create File Upload Scans
        • List Scans
        • Create Block Explorer Scans
        • Get Scan
      • 🤖AI Analysis API
  • Web Application
    • 🚀Create a Project
      • File Upload
      • Block Explorer Scanning
      • GitHub Integration
    • ❌Delete a Project
    • 📃Reports
  • Account Management
    • 🧑Sign Up
    • 🧑‍🤝‍🧑Add Team Members
    • 💸Manage Subscriptions
Powered by GitBook
On this page
  1. API Access
  2. V 1.1

Overview

The Auditbase API allows one to create, get and list smart contract scans. By sending a POST request to /v1.1/scanswith the source code or with the contract address in the request body with a callback URL, the system initiates a scan of the source code. Smart contracts are analyzed asynchronous, and upon completion the system will send the results of the scan to the specified callback URL. There are two types of scans: the codescan and AI scan. The codescan uses hundred of detectors to identify vulnerabilities while the AI scan uses advanced AI to find vulnerabilities.

PreviousV 1.1NextCreate Scan

Last updated 7 months ago