Make
videoGeneration__getStatus
Get the status and output URL of a single video generation by ID. Poll until COMPLETED.
Remote mesmerpercy/admakeai
Remote (network-hosted)
Other tools also called videoGeneration__getStatus?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string"
}
}
}