| foundry_video_get | R Documentation |
foundry_video_get(
generation_id,
api_key = NULL,
token = NULL,
endpoint = NULL,
api_version = "preview"
)
generation_id |
Character. Video generation ID. |
api_key |
Character. Optional API key override. |
token |
Character. Optional bearer token override. |
endpoint |
Character. Optional endpoint override. |
api_version |
Character. Optional API version. Defaults to |
A one-row tibble with generation metadata.
## Not run:
# Requires a configured Azure endpoint and credentials,
# plus an existing video generation ID.
foundry_video_get("vidgen_abc123")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.