[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-03 UTC."],[],[],null,["- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n - [JSON representation](#body.CreateAudioOverviewResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [IAM Permissions](#body.aspect_1)\n- [AudioOverviewGenerationOptions](#AudioOverviewGenerationOptions)\n - [JSON representation](#AudioOverviewGenerationOptions.SCHEMA_REPRESENTATION)\n\nGenerates a new audio overview.\n\nHTTP request\n\n`POST https://discoveryengine.googleapis.com/v1alpha/{parent=projects/*/locations/*/notebooks/*}/audioOverviews`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nPath parameters\n\n| Parameters ||\n|----------|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` Required. The parent resource where this notebook will be created. Format: projects/{project}/locations/{location}/notebooks/{notebook} |\n\nRequest body\n\nThe request body contains data with the following structure:\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"generationOptions\": { object (/agentspace/docs/reference/rest/v1alpha/projects.locations.notebooks.audioOverviews/create#AudioOverviewGenerationOptions) } } ``` |\n\n| Fields ||\n|---------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `generationOptions` | `object (`[AudioOverviewGenerationOptions](/agentspace/docs/reference/rest/v1alpha/projects.locations.notebooks.audioOverviews/create#AudioOverviewGenerationOptions)`)` Options for the audio overview generation. |\n\nResponse body Response for [AudioOverviewService.CreateAudioOverview](/agentspace/docs/reference/rest/v1alpha/projects.locations.notebooks.audioOverviews/create#google.cloud.notebooklm.v1alpha.AudioOverviewService.CreateAudioOverview) method.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"audioOverview\": { object (/agentspace/docs/reference/rest/v1alpha/projects.locations.notebooks.audioOverviews#AudioOverview) } } ``` |\n\n| Fields ||\n|-----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `audioOverview` | `object (`[AudioOverview](/agentspace/docs/reference/rest/v1alpha/projects.locations.notebooks.audioOverviews#AudioOverview)`)` The generated audio overview. |\n\nAuthorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\nIAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `parent` resource:\n\n- `discoveryengine.audioOverviews.create`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs).\n\nAudioOverviewGenerationOptions Options used during audio overview generation.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"sourceIds\": [ { object (/agentspace/docs/reference/rest/v1alpha/projects.locations.notebooks.sources#Source.SourceId) } ], \"episodeFocus\": string, \"languageCode\": string } ``` |\n\n| Fields ||\n|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `sourceIds[]` | `object (`[SourceId](/agentspace/docs/reference/rest/v1alpha/projects.locations.notebooks.sources#Source.SourceId)`)` Optional. The sources in which the audio overview is grounded. |\n| `episodeFocus` | `string` What the hosts of the show should focus on. |\n| `languageCode` | `string` The language that the audio overview was requested in. |"]]