# Start a Audit **POST /v1/audit/start** Start a new Audit ## Servers - https://api.auditzy.com: https://api.auditzy.com () ## Authentication methods - Api key ## Parameters ### Body: application/json (object) This is the Audit start body object - **url** (string) The url of webpage - **device** (string) - **location** (string) - **network** (string) ## Responses ### 200 A trackingId to track the audit will be returned #### Body: application/json (string) string ### 400 Invalid Request body or missing required parameters #### Body: application/json (object) - **message** (string) A human-readable message providing more details about the error. - **status** (string) A status describing the situation ### 402 Insufficient Credits #### Body: application/json (object) - **message** (string) A human-readable message providing more details about the error. - **status** (string) A status describing the situation ### 406 Invalid Request Body Values or Invalid URL #### Body: application/json (object) - **message** (string) A human-readable message providing more details about the error. - **status** (string) A status describing the situation [Powered by Bump.sh](https://bump.sh)