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://blaz.infra.fuzz.land>

API Endpoints

1. Get Task Details

Endpoint

GET /task/:id

Description

Retrieves detailed information about a specific task using its unique identifier.

Parameters

Example Request

curl <https://blaz.infra.fuzz.land/task/1487> \\
     -H "Authorization: <API_KEY>"

2. Create Offchain Task

Endpoint

POST /task/offchain