# Parameters

Here’s a sample request for starting an audit in your project. This example shows how to submit your API key and required data to initiate an audit process.

**Request:**

```
http
POST https://api.auditx.com/v1/audits
Authorization: Bearer YOUR_API_KEY
Content-Type: multipart/form-data

Form Data:
- project_name: "MyDeFiProject"
- contracts: [File Uploads]
```

**Description:**

* **Authorization Header**: Your API key is required to authenticate and authorize the request.
* **Form Data**: The `project_name` identifies the project in your AuditX account, and `contracts` allows you to upload the specific smart contract files to be audited.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.auditx.net/auditx-educational-program/introduction/api-reference/parameters.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
