오디오 검색
Retrieve the status or result of an audio generation request. If the audio is still being generated, returns processing status with estimated time. If complete, returns the audio data.
Authentication: This endpoint accepts either a Bearer API key or a SIGN-IN-WITH-X header for x402 wallet-based authentication. The legacy X-Sign-In-With-X header is also accepted during migration. When using x402, a 402 Payment Required response indicates insufficient balance and includes top-up instructions.
/audio/queue가 반환한 queue_id를 사용해 생성 상태를 확인하세요. 요청이 완료되면 이 엔드포인트는 생성된 오디오 데이터를 반환합니다.
Postman 컬렉션
추가 예제는 이 Postman 컬렉션을 참조하세요.인증
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
본문
The ID of the model used for audio generation.
"elevenlabs-music"
The ID of the audio generation request. Use this to poll for status and retrieve the result.
"123e4567-e89b-12d3-a456-426614174000"
If true, the audio media will be deleted from storage after the request is completed. If false, you can use the complete endpoint to remove the media once you have successfully downloaded the audio.
false
응답
Audio generation status or completed audio
The status of the audio generation request.
PROCESSING "PROCESSING"
The estimated execution time of the audio generation request in milliseconds (P80).
20000
The current duration of the audio generation request in milliseconds.
5200