Adobe Express
Automate tagged Adobe Express documents, generate variations, and export image, video, or PDF renditions
Tools
| Name | Description |
|---|---|
list_tagged_documentsList Adobe Express documents tagged for API automation. | List Adobe Express documents tagged for API automation. |
get_tagged_documentGet Adobe Express document metadata and tagged element details. | Get Adobe Express document metadata and tagged element details. |
generate_variationGenerate a new Adobe Express document variation by replacing tagged text, image, or video elements. | Generate a new Adobe Express document variation by replacing tagged text, image, or video elements. |
export_renditionExport an Adobe Express tagged document as JPG, PNG, MP4, or PDF and return a status URL. | Export an Adobe Express tagged document as JPG, PNG, MP4, or PDF and return a status URL. |
get_job_statusGet Adobe Express variation or rendition export job status. | Get Adobe Express variation or rendition export job status. |
Triggers
| Name | Description |
|---|---|
job_completedPolls an Adobe Express job and emits once it reaches a terminal status. | Polls an Adobe Express job and emits once it reaches a terminal status. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('adobe-express', 'list_tagged_documents', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'adobe-express',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Adobe Express to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Adobe Express support?
Adobe Express supports 5 tools including List Tagged Documents, Get Tagged Document, Generate Variation, Export Rendition, Get Job Status.
Can I use Adobe Express with AI agents?
Yes. Add Adobe Express to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Adobe Express be used in stateful agent workflows?
Yes. Agents can combine Adobe Express tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Adobe Express use?
Adobe Express uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Adobe Express integration cost?
The Adobe Express integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Adobe Express support?
Adobe Express supports 1 triggers including Job Completed.
Connect Adobe Express in minutes
Get 20,000 free action executions every month. No credit card required.