Video Creative Ingest API
Stay organized with collections
Save and categorize content based on your preferences.
The Video Creative Ingest API allows third-party ad systems to proactively load creatives into YouTube and DAI products.
Service: dai.googleapis.com
To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.
Discovery document
A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:
Service endpoint
A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
https://dai.googleapis.com
Methods |
create |
POST /v1/creatives
Creates a Creative. |
delete |
DELETE /v1/{name=creatives/*}
Deletes a Creative. |
get |
GET /v1/{name=creatives/*}
Gets a Creative. |
Methods |
cancel |
POST /v1/{name=operations/**}:cancel
Starts asynchronous cancellation on a long-running operation. |
delete |
DELETE /v1/{name=operations/**}
Deletes a long-running operation. |
get |
GET /v1/{name=operations/**}
Gets the latest state of a long-running operation. |
list |
GET /v1/{name=operations}
Lists operations that match the specified filter in the request. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-19 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-19 UTC."],[[["\u003cp\u003eThe Video Creative Ingest API enables third-party ad systems to proactively load creatives into YouTube and DAI products.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can utilize the API to create, delete, and retrieve creatives, managing their ad content efficiently.\u003c/p\u003e\n"],["\u003cp\u003eThe API provides functionalities to manage long-running operations, including cancellation, deletion, retrieval, and listing.\u003c/p\u003e\n"],["\u003cp\u003eThe service endpoint for the API is \u003ccode\u003ehttps://dai.googleapis.com\u003c/code\u003e, and Google-provided client libraries are recommended for interaction.\u003c/p\u003e\n"]]],["The Video Creative Ingest API enables loading creatives into YouTube and DAI. It provides two main resources: `v1.creatives` and `v1.operations`. The `v1.creatives` resource supports creating, deleting, and retrieving creatives. The `v1.operations` resource handles long-running operations, allowing for cancellation, deletion, retrieval of the latest state, and listing of operations. The service endpoint is `https://dai.googleapis.com`, and the API's structure is defined in a discovery document available at `https://dai.googleapis.com/$discovery/rest?version=v1`.\n"],null,["# Video Creative Ingest API\n\nThe Video Creative Ingest API allows third-party ad systems to proactively load creatives into YouTube and DAI products.\n\n- [REST Resource: v1.creatives](#v1.creatives)\n- [REST Resource: v1.operations](#v1.operations)\n\nService: dai.googleapis.com\n---------------------------\n\nTo call this service, we recommend that you use the Google-provided [client libraries](https://cloud.google.com/apis/docs/client-libraries-explained). If your application needs to use your own libraries to call this service, use the following information when you make the API requests.\n\n### Discovery document\n\nA [Discovery Document](https://developers.google.com/discovery/v1/reference/apis) is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:\n\n- \u003chttps://dai.googleapis.com/$discovery/rest?version=v1\u003e\n\n### Service endpoint\n\nA [service endpoint](https://cloud.google.com/apis/design/glossary#api_service_endpoint) is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:\n\n- `https://dai.googleapis.com`\n\nREST Resource: [v1.creatives](/video-creative-ingest/rest/v1/creatives)\n-----------------------------------------------------------------------\n\n| Methods ||\n|-----------------------------------------------------------|-----------------------------------------------------|\n| [create](/video-creative-ingest/rest/v1/creatives/create) | `POST /v1/creatives` Creates a Creative. |\n| [delete](/video-creative-ingest/rest/v1/creatives/delete) | `DELETE /v1/{name=creatives/*}` Deletes a Creative. |\n| [get](/video-creative-ingest/rest/v1/creatives/get) | `GET /v1/{name=creatives/*}` Gets a Creative. |\n\nREST Resource: [v1.operations](/video-creative-ingest/rest/v1/operations)\n-------------------------------------------------------------------------\n\n| Methods ||\n|------------------------------------------------------------|------------------------------------------------------------------------------------------------------|\n| [cancel](/video-creative-ingest/rest/v1/operations/cancel) | `POST /v1/{name=operations/**}:cancel` Starts asynchronous cancellation on a long-running operation. |\n| [delete](/video-creative-ingest/rest/v1/operations/delete) | `DELETE /v1/{name=operations/**}` Deletes a long-running operation. |\n| [get](/video-creative-ingest/rest/v1/operations/get) | `GET /v1/{name=operations/**}` Gets the latest state of a long-running operation. |\n| [list](/video-creative-ingest/rest/v1/operations/list) | `GET /v1/{name=operations}` Lists operations that match the specified filter in the request. |"]]