The Model Providers API allows you to retrieve and list model providers in the Cross-Media Measurement system. Model providers are parties that build VID models.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/world-federation-of-advertisers/cross-media-measurement-api/llms.txt
Use this file to discover all available pages before exploring further.
Resource
AModelProvider represents the party that builds VID Models.
ModelProvider
Resource name with pattern
modelProviders/{model_provider}Display name of the ModelProvider
Methods
GetModelProvider
Returns theModelProvider with the specified resource key.
Resource name of the ModelProvider to retrieve.Format:
modelProviders/{model_provider}ModelProvider resource.
Example Request
ListModelProviders
ListsModelProvider resources.
The maximum number of ModelProviders to return. The service may return fewer than this value.
- If unspecified, at most 50 ModelProviders will be returned
- Maximum value is 1000; values above 1000 will be coerced to 1000
A page token received from a previous
ListModelProviders call. Provide this to retrieve the subsequent page.When paginating, all other parameters must match the call that provided the page token.List of ModelProvider resources
A token that can be sent as
page_token to retrieve the next page. If omitted, there are no subsequent pages.