Memories Video Captioning

Memories Video Captioning converts spoken audio and key visual context in videos into structured text. It supports speaker labeling for dialogue heavy content. It can also generate optional chapter style summaries for quick navigation and review.

Complete technical specification for integration
Ready-to-use code snippets for common workflows
API Options
Platform-level options for task execution and delivery.
taskType
stringrequiredvalue: captionIdentifier for the type of task being performed
taskUUID
stringrequiredUUID v4UUID v4 identifier for tracking tasks and matching async responses. Must be unique per task.
webhookURL
stringuriSpecifies a webhook URL where JSON responses will be sent via HTTP POST when generation tasks complete. For batch requests with multiple results, each completed item triggers a separate webhook call as it becomes available.
Learn more1 resource
- WebhooksPLATFORM
- Webhooks
deliveryMethod
stringdefault: asyncDetermines how the API delivers task results.
Allowed values1 value
- Returns an immediate acknowledgment with the task UUID. Poll for results using getResponse. Required for long-running tasks like video generation.
Learn more1 resource
- Task PollingPLATFORM
includeCost
booleanInclude task cost in the response.
Inputs
Input resources for the task (images, audio, etc). These must be nested inside the inputs object.
inputs object.inputs»videovideo
stringrequiredVideo input (UUID or URL).
Core Parameters
Primary parameters that define the task output.
model
stringrequiredvalue: memories-video-captioningIdentifier of the model to use for generation.
Learn more3 resources