# Analyze audio file for copyright clearance **POST /clear** Analyzes an audio file from a publicly accessible URL to detect: - Released vs unreleased songs - Major label copyright risks - Content ID risks - Song metadata and listening links ## Servers - Production server: https://api.clearedmusic.io (Production server) ## Authentication methods - Api key auth ## Parameters ### Body: application/json (object) - **url** (string(uri)) Publicly accessible URL of the audio file to analyze ## Responses ### 200 Successful audio analysis #### Body: application/json (object) - **success** (boolean) Indicates if the operation was successful - **result** (object) - **resultId** (string(uuid)) Unique identifier for this analysis result - **error** (string) Error type if the operation failed - **message** (string) Human-readable message about the operation result ### 400 Bad request - Invalid input #### Body: application/json (object) - **success** (boolean) Always false for error responses - **error** (string) Error type or category - **message** (string) Human-readable error message ### 401 Unauthorized - Missing or invalid API key #### Body: application/json (object) - **success** (boolean) Always false for error responses - **error** (string) Error type or category - **message** (string) Human-readable error message ### 500 Internal server error #### Body: application/json (object) - **success** (boolean) Always false for error responses - **error** (string) Error type or category - **message** (string) Human-readable error message [Powered by Bump.sh](https://bump.sh)