The Static Analysis API allows you to submit and track the status of jobs that analyze your projects for vulnerabilities and code quality issues. Below is the documentation on how to interact with the /submit_job/:task_id and /get_job_status/:sa_job_id endpoints.

Authentication

All API requests require the following header for authentication:

Headers

Authorization: <API_KEY>

Replace <API_KEY> with your actual API key.

Base URL

<https://sa.infra.fuzz.land/>

API Endpoints

1. Submit Analysis Job

Endpoint

GET /submit_job/:task_id

Description

Submits a job for static analysis of a project.

Parameters

Response

Example Request