Adobe Creative Suite · Arazzo Workflow

Adobe Stock Search and License Video

Version 1.0.0

Search Adobe Stock for video clips and license the top match for download.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub CreativeDesignGraphicsPhotographyVideoArazzoWorkflows

Provider

adobe-creative-suite

Workflows

search-and-license-video
Search for a video clip and license the top match for download.
Searches Adobe Stock videos by keyword and licenses the top result, returning the download URL for the licensed clip.
2 steps inputs: apiKey, license, locale, words outputs: contentId, downloadUrl, purchaseState
1
searchVideos
Search the stock library for videos matching the keyword, limited to the single top result.
2
licenseVideo
License the top matching stock video at the requested resolution, returning a download URL for the licensed clip.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Adobe Stock Search and License Video
  summary: Search Adobe Stock for video clips and license the top match for download.
  description: >-
    An Adobe Stock video acquisition flow. The workflow searches the stock
    library for video clips matching a keyword, takes the content id of the
    first result, and licenses that video at the requested resolution to obtain
    a download URL. Every request inlines the required x-api-key header, and
    every step spells out its request inline so the flow can be read and
    executed without opening the underlying OpenAPI description.
  version: 1.0.0
  x-realizes-capability-ids:
  - BC-3720.10
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-3720.10
      capability_name: Rights Acquisition Management
      spec: adobe-creative-suite-license-api-openapi.yml
      confidence: 0.7
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: licenseApi
  url: ../openapi/adobe-creative-suite-license-api-openapi.yml
  type: openapi
- name: searchApi
  url: ../openapi/adobe-creative-suite-search-api-openapi.yml
  type: openapi
workflows:
- workflowId: search-and-license-video
  summary: Search for a video clip and license the top match for download.
  description: >-
    Searches Adobe Stock videos by keyword and licenses the top result,
    returning the download URL for the licensed clip.
  inputs:
    type: object
    required:
    - apiKey
    - words
    - license
    properties:
      apiKey:
        type: string
        description: Adobe Stock API key (client ID) sent as the x-api-key header.
      words:
        type: string
        description: Keywords to search the stock video library for.
      locale:
        type: string
        description: BCP 47 locale code for localized results (e.g. en_US).
      license:
        type: string
        description: Video license type to apply (Video_HD or Video_4K).
  steps:
  - stepId: searchVideos
    description: >-
      Search the stock library for videos matching the keyword, limited to the
      single top result.
    operationId: searchStockFiles
    parameters:
    - name: locale
      in: query
      value: $inputs.locale
    - name: search_parameters[words]
      in: query
      value: $inputs.words
    - name: search_parameters[limit]
      in: query
      value: 1
    - name: search_parameters[filters][content_type:video]
      in: query
      value: 1
    - name: x-api-key
      in: header
      value: $inputs.apiKey
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      contentId: $response.body#/files/0/id
      nbResults: $response.body#/nb_results
    onSuccess:
    - name: hasMatch
      type: goto
      stepId: licenseVideo
      criteria:
      - context: $response.body
        condition: $.nb_results > 0
        type: jsonpath
  - stepId: licenseVideo
    description: >-
      License the top matching stock video at the requested resolution,
      returning a download URL for the licensed clip.
    operationId: licenseVideo
    parameters:
    - name: x-api-key
      in: header
      value: $inputs.apiKey
    requestBody:
      contentType: application/json
      payload:
        content_id: $steps.searchVideos.outputs.contentId
        license: $inputs.license
        locale: $inputs.locale
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      downloadUrl: $response.body#/download_url
      purchaseState: $response.body#/purchase_details/state
  outputs:
    contentId: $steps.searchVideos.outputs.contentId
    downloadUrl: $steps.licenseVideo.outputs.downloadUrl
    purchaseState: $steps.licenseVideo.outputs.purchaseState

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/adobe-creative-suite-stock-search-and-license-video-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.