Deploy plugin with inline assets (V2)
plugins-v2
Deploy plugin with inline assets (V2)
Deploy a plugin with base64-encoded inline assets.
This endpoint is for external builders that generate assets client-side and don’t have their own CDN infrastructure.
Authentication required: API key must be authorized for the account.
Request body:
- manifest: Plugin manifest with name, version, pages, etc.
- storeId: The store ID to associate the plugin with
- inlineAssets: Array of assets with path, base64 content, and contentType
- sourceData: (optional) Source data for external editors (e.g., TagadaStudio FunnelTemplate)
- overwrite: Set to true to replace an existing deployment
Returns:
- success: Whether deployment succeeded
- pluginId: The generated plugin ID
- deploymentId: The deployment ID
- version: The deployed version
- message: Human-readable status message
- uploadedFiles: Number of files uploaded
POST
Deploy plugin with inline assets (V2)
Documentation Index
Fetch the complete documentation index at: https://docs.tagada.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your API key as: Bearer your-api-key
Body
application/json
Response
Successful response
