Class GetAudioAnalysisRequest


  • public class GetAudioAnalysisRequest
    extends Object
    Get Audio Analysis for a Track request

    Response

    On success, the HTTP status code in the response header is 200 OK and the response body contains an audio analysis object in JSON format. On error, the header status code is an error code and the response body contains an error object.

    • Constructor Detail

      • GetAudioAnalysisRequest

        public GetAudioAnalysisRequest​(ApiClient apiClient,
                                       String id)

        Get Audio Analysis for a Track request

        Parameters:
        apiClient -

        The API client

        id -

        The Spotify ID for the track.