GumGum · Arazzo Workflow
Classify a video with GumGum Contextual and retrieve the result
Version 1.0.0
Submit a video asset to the GumGum Contextual API, poll the job until analysis completes, then retrieve the contextual, brand-safety and sentiment analysis. Generated by the API Evangelist enrichment pipeline on 2026-08-01; every operationId is verified against ../openapi/gumgum-contextual-api-openapi.yml.
View Spec
View on GitHub
advertisingadtechcontextual-advertisingbrand-safetycontent-classificationcomputer-visionnatural-language-processingvideo-analysisimage-analysisconnected-tvheader-biddingprogrammatic-advertisingiab-taxonomycontent-moderationArazzoWorkflows
Provider
Workflows
classify-video-and-retrieve-result
Submit a video, wait for processing, and read the classification.
GumGum Contextual video analysis is asynchronous. This workflow submits the asset, captures the service-generated uuid, polls the status endpoint until analysis is processed, and then fetches the completed classification.
1
submitVideo
submitVideoClassification
Submit the video asset for classification.
2
pollStatus
getVideoClassificationStatus
Poll the classification status until processing completes. A 404 here means results are not yet available, so retry on a bounded backoff before treating the uuid as invalid.
3
getResult
getVideoClassification
Retrieve the completed contextual and brand-safety analysis.