Share links let you curate a selection of assets into a shareable URL — without moving them out of their collections. Generate or edit images with your agent, organize the results into a share link, and send it to stakeholders.Documentation Index
Fetch the complete documentation index at: https://pixa.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
MCP actions
Theshare_links tool supports these actions:
| Action | Description |
|---|---|
list | List all share links |
get | Get a share link by ID |
create | Create a new share link from assets or a collection |
update | Add or remove assets from an existing share link |
contents | List the assets included in a share link |
Creating share links
From specific assets
share_links with action: "create", the name, and the list of asset_ids from the most recent results.
From a collection
share_links (create) with the collection_id.
When creating a share link, provide either
asset_ids or collection_id — not both.Updating share links
Add or remove assets from an existing share link:share_links (update) with add_asset_ids and remove_asset_ids.
End-to-end workflow
- Calls
generate_mediawith the prompt,num_variations: 4, and the product attachment. - Waits for completion via
get_job_status(or polls). - Calls
share_links(create) with the resultingasset_idsand the share link name. - Returns the shareable URL.
Use cases
Product boards — Collect generated and edited product photos into a shareable link for team review. Campaign lookbooks — Generate brand-consistent images by passingbrand_library_id to generate_media, organize them into a share link, and share with creative leads.
Client deliverables — Process a batch of assets via a pipeline, then create a share link as the final deliverable.
For more on views and the visual gallery editor, see the Views & Galleries guide.