{"id":522640,"date":"2026-03-20T05:54:32","date_gmt":"2026-03-20T05:54:32","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=522640"},"modified":"2026-03-20T05:54:40","modified_gmt":"2026-03-20T05:54:40","slug":"akeneo-omni-ai-content-generator-guide","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/","title":{"rendered":"User Guide For Akeneo Omni AI Content Generator"},"content":{"rendered":"\n<p><a href=\"https:\/\/store.webkul.com\/akeneo-omni-ai-content-generator.html\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Akeneo Omni AI Content Generator<\/strong> <\/a>is an Akeneo connector designed to generate and enrich product content using multiple AI platforms. <\/p>\n\n\n\n<p>The connector allows individuals to generate, enrich, and optimize product content using different AI platforms directly within Akeneo.<\/p>\n\n\n\n<p>Unlike single-platform AI integrations, this connector supports multiple AI providers, letting users choose platforms, models, and prompts to fit their business needs.<\/p>\n\n\n\n<p>It reduces manual effort, improves content consistency, and speeds up catalog enrichment, making AI-powered content management more efficient and reliable.<\/p>\n\n\n\n<p>If you want to generate images for your product using OpenAI, you can check the module&nbsp;<a href=\"https:\/\/store.webkul.com\/akeneo-ai-image-generator.html\" target=\"_blank\" rel=\"noreferrer noopener\">Akeneo AI Image Generator<\/a><\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Basic Requirements<\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>For the Akeneo installation, your Akeneo server should meet these\u00a0<a href=\"https:\/\/docs.akeneo.com\/7.0\/install_pim\/manual\/system_requirements\/system_requirements.html\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">system requirements<\/a>.<\/li>\n\n\n\n<li>This module works with Akeneo 7.0.x. Download Akeneo from\u00a0<a href=\"https:\/\/www.akeneo.com\/download\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">here<\/a><\/li>\n\n\n\n<li>Node and Yarn packages need to be install.<\/li>\n\n\n\n<li>If you want to use this extension in Akeneo EE Serenity mode, please&nbsp;<a href=\"mailto:support@webkul.com\" target=\"_blank\" rel=\"noreferrer noopener\">contact us<\/a>.<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Features<\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Support for multiple AI platforms and models.<\/li>\n\n\n\n<li>Supported platforms include: OpenAI, Google Gemini, Groq, Claude, Meta AI<\/li>\n\n\n\n<li>Flexible credential and prompt management.<\/li>\n\n\n\n<li>AI-powered content generation for single and bulk products.<\/li>\n\n\n\n<li>Content generation is supported for text and text area attributes.<\/li>\n\n\n\n<li>Multilingual product content support<\/li>\n\n\n\n<li>Scalable and future-ready architecture<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Installation for Akeneo 7.x<\/h3>\n<\/div><\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"#note\"><\/a>Note:<\/h3>\n\n\n\n<p>CLI User must be the same as the FPM user, a good practice is to use the FPM user for installation. <\/p>\n\n\n\n<p>Also, ownership\/permissions for the Akeneo directory must be assigned to the FPM user. otherwise, you will face the permission issue during installation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"#composer-installation\"><\/a>Composer Installation:<\/h2>\n\n\n\n<p>Read this blog: How to install Webkul <a href=\"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/\">Akeneo Connector via Composer<\/a><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Step 1: GET the Access Keys <a href=\"https:\/\/webkul.uvdesk.com\/en\/customer\/create-ticket\/\" target=\"_blank\" rel=\"noreferrer noopener\">Raise a ticket<\/a><\/li>\n\n\n\n<li>Step 2: Add the Repository &amp; Installation Script<\/li>\n<\/ul>\n\n\n\n<p>Add this to your <code>composer.json<\/code>:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">{\n  &quot;scripts&quot;: {\n    &quot;post-update-cmd&quot;: &#091;\n      &quot;vendor\/webkul\/omni-ai-content-generator\/src\/Webkul\/AkeneoOmniAIContentGenerator\/install\/config.sh COMPOSER=true NO_DOCKER=true&quot;\n    ],\n    &quot;post-install-cmd&quot;: &#091;\n      &quot;vendor\/webkul\/omni-ai-content-generator\/src\/Webkul\/AkeneoOmniAIContentGenerator\/install\/config.sh COMPOSER=true NO_DOCKER=true&quot;\n    ],\n  &quot;post-create-project-cmd&quot;: &#091;\n      &quot;vendor\/webkul\/omni-ai-content-generator\/src\/Webkul\/AkeneoOmniAIContentGenerator\/install\/config.sh COMPOSER=true NO_DOCKER=true&quot;\n    ]\n  },\n  &quot;repositories&quot;: &#091;{\n    &quot;type&quot;: &quot;composer&quot;,\n    &quot;url&quot;: &quot;https:\/\/akeneorepo.webkul.com\/&quot;\n  }]\n}<\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Step 3: Install the extension using composer.<\/li>\n<\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\">composer require webkul\/omni-ai-content-generator<\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Step 4: Fill the authentication.<\/li>\n\n\n\n<li>Step 5: Success Message<\/li>\n\n\n\n<li>Step 6: Clear Browser cache<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Manual Installation:<\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Unzip the respective extension zip and then merge &#8220;src&#8221; folder into akeneo project root directory.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"#run-the-below-command-over-the-no-docker-instance-from-the-pim-directory\"><\/a>Run the below command over the NO-DOCKER Instance from the PIM directory<\/h4>\n\n\n\n<pre class=\"EnlighterJSRAW\">.\/src\/Webkul\/AkeneoOmniAIContentGenerator\/install\/config.sh COMPOSER=false NO_DOCKER=true<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"#run-the-below-command-over-the-docker-instance-from-the-pim-directory\"><\/a>Run the below command over the DOCKER Instance from the PIM directory<\/h4>\n\n\n\n<pre class=\"EnlighterJSRAW\">.\/src\/Webkul\/AkeneoOmniAIContentGenerator\/install\/config.sh COMPOSER=false NO_DOCKER=false<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Uninstall-Module:<\/h3>\n<\/div><\/div>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"#run-the-below-command-over-the-no-docker-instance-from-the-pim-directory-1\"><\/a>Run the below command over the NO-DOCKER Instance from the PIM directory<\/h4>\n\n\n\n<pre class=\"EnlighterJSRAW\">.\/src\/Webkul\/AkeneoOmniAIContentGenerator\/uninstall\/uninstall.sh COMPOSER=false NO_DOCKER=true<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"#run-the-below-command-over-the-docker-instance-from-the-pim-directory-1\"><\/a>Run the below command over the DOCKER Instance from the PIM directory<\/h4>\n\n\n\n<pre class=\"EnlighterJSRAW\">.\/src\/Webkul\/AkeneoOmniAIContentGenerator\/uninstall\/uninstall.sh COMPOSER=false NO_DOCKER=false<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">How to use Omni Ai Content Generator <br><\/h3>\n<\/div><\/div>\n\n\n\n<p>After installation of the connector, the Omni AI icon will appear in the left-side navigation panel of Akeneo, as shown in the image below.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1351\" height=\"653\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-install.webp\" alt=\"Akeneo omni ai content generator install\" class=\"wp-image-530556\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-install.webp 1351w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-install-300x145.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-install-1200x580.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-install-250x121.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-install-768x371.webp 768w\" sizes=\"(max-width: 1351px) 100vw, 1351px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Step1: Add Credentials<\/h3>\n<\/div><\/div>\n\n\n\n<p>The connector allows adding and managing multiple AI credentials. Multiple credentials can be created for the same AI platform, each with a unique name for easy identification. <\/p>\n\n\n\n<p>Credentials include the API key, selected AI platform, and model.<\/p>\n\n\n\n<p><strong>Note:<\/strong> AI responses are generated using the credential selected at the time of execution.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h4 class=\"wp-block-heading index-title\">Add AI Credentials<\/h4>\n<\/div><\/div>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Navigate and click on <strong>Omni AI icon<\/strong> in the Akeneo admin panel.<\/li>\n\n\n\n<li>Click on <strong>Credentials<\/strong>.<\/li>\n\n\n\n<li>Click <strong>Add Credential<\/strong>.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"837\" height=\"508\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/01\/savecredential.webp\" alt=\"savecredential\" class=\"wp-image-522701\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/01\/savecredential.webp 837w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/01\/savecredential-300x182.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/01\/savecredential-250x152.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/01\/savecredential-768x466.webp 768w\" sizes=\"(max-width: 837px) 100vw, 837px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Enter the <strong>Credential Name<\/strong>.<\/li>\n\n\n\n<li>Enter the <strong>API Key<\/strong>.<\/li>\n\n\n\n<li>Select the <strong>AI Platform<\/strong>.<\/li>\n\n\n\n<li>Select the <strong>AI Model<\/strong>.<\/li>\n\n\n\n<li>Click <strong>Save<\/strong> to successfully store the credential.<\/li>\n<\/ol>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h4 class=\"wp-block-heading index-title\">Credential Activation<\/h4>\n<\/div><\/div>\n\n\n\n<p>Once a credential is saved, it is <strong>activated by default<\/strong> and will be used for AI content generation.<\/p>\n\n\n\n<p>If multiple credentials are available, administrators can change the <strong>default credential status<\/strong> at any time. <\/p>\n\n\n\n<p>Only the credentials marked a<strong>s status: Enabled<\/strong> will be used during AI execution, as shown in the credentials listing.<\/p>\n\n\n\n<p>The screenshot demonstrates that the active credential is used for AI operations.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1364\" height=\"653\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-credential.webp\" alt=\"Omni ai credential\" class=\"wp-image-530557\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-credential.webp 1364w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-credential-300x144.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-credential-1200x574.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-credential-250x120.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-credential-768x368.webp 768w\" sizes=\"(max-width: 1364px) 100vw, 1364px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h4 class=\"wp-block-heading index-title\">AI Models Management<\/h4>\n<\/div><\/div>\n\n\n\n<p>AI models are platform-specific and are fetched dynamically based on the selected AI platform and credentials.<\/p>\n\n\n\n<p>Examples:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>OpenAI: GPT series models.<\/li>\n\n\n\n<li>Gemini: Gemini series models.<\/li>\n\n\n\n<li>Groq: LLaMA-based models  like .<\/li>\n<\/ul>\n\n\n\n<p><strong>Note:<\/strong> Model performance, response speed, and output quality may vary depending on the selected AI platform, model, and external factors such as API limits.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Step 2: Create AI Prompts<\/h3>\n<\/div><\/div>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Navigate to <strong>Omni AI \u2192 Prompts<\/strong>.<\/li>\n\n\n\n<li>Click on <strong>Create Prompt<\/strong>.<\/li>\n\n\n\n<li>Enter the <strong>Prompt Name<\/strong> <em>(required)<\/em>.<\/li>\n\n\n\n<li>Select the <strong>Tone of Voice<\/strong> and <strong>Writing Style<\/strong>.<\/li>\n\n\n\n<li>In the <strong>Prompt<\/strong> field <em>(required)<\/em>, write your instruction, for example: <em>Generate a product description in 50 words using the following attributes: @name, @description, and @color.<\/em><\/li>\n\n\n\n<li>Click <strong>Save<\/strong> to store the prompt.<\/li>\n<\/ol>\n\n\n\n<p><strong>Note:<\/strong> Use <strong>@<\/strong> to reference product attributes while creating prompts. These attributes are dynamically replaced with actual product values during AI generation.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1043\" height=\"477\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/01\/promptsave.webp\" alt=\"promptsave\" class=\"wp-image-522703\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/01\/promptsave.webp 1043w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/01\/promptsave-300x137.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/01\/promptsave-250x114.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/01\/promptsave-768x351.webp 768w\" sizes=\"(max-width: 1043px) 100vw, 1043px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Step 3: AI Content Generation at Product Level<\/h3>\n<\/div><\/div>\n\n\n\n<p>AI-generated content can be created directly from the product edit page using a target attribute.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Navigate to <strong>Products<\/strong> in Akeneo and open a product in <strong>Edit<\/strong> mode.<\/li>\n\n\n\n<li>Select a <strong>target attribute<\/strong> of type <strong>Text<\/strong> or <strong>Textarea<\/strong>.<\/li>\n\n\n\n<li>Click on the <strong>Omni AI<\/strong> <strong>Search<\/strong> icon next to the selected attribute.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1352\" height=\"651\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-search.webp\" alt=\"Omni AI Search\" class=\"wp-image-530559\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-search.webp 1352w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-search-300x144.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-search-1200x578.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-search-250x120.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-search-768x370.webp 768w\" sizes=\"(max-width: 1352px) 100vw, 1352px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The system automatically selects a prompt when you mark it as default.<\/li>\n\n\n\n<li>Otherwise, select a prompt manually from the list.<\/li>\n\n\n\n<li>Click <strong>Generate<\/strong> to create AI-powered content.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1355\" height=\"653\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-generate.webp\" alt=\"omni ai generate content\" class=\"wp-image-530560\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-generate.webp 1355w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-generate-300x145.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-generate-1200x578.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-generate-250x120.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-generate-768x370.webp 768w\" sizes=\"(max-width: 1355px) 100vw, 1355px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Within a few seconds, the system will display the generated content in the preview box.<\/li>\n\n\n\n<li>Click <strong>Keep<\/strong> to insert the generated content into the attribute.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1353\" height=\"653\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-content.webp\" alt=\"omni ai generated content\" class=\"wp-image-530561\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-content.webp 1353w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-content-300x145.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-content-1200x579.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-content-250x121.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-content-768x371.webp 768w\" sizes=\"(max-width: 1353px) 100vw, 1353px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>After the insertion of generated content, click save to final update the product<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Step 4: Bulk AI Content Generation<\/h3>\n<\/div><\/div>\n\n\n\n<p>The connector supports product content generation for multiple products using bulk action.<\/p>\n\n\n\n<p>Steps:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Select multiple products<\/li>\n\n\n\n<li>Click on bulk  action.<\/li>\n\n\n\n<li>Select Omni AI and click on Next<\/li>\n\n\n\n<li>Select a prompt, choose target attributes, and click on generate preview.<\/li>\n\n\n\n<li>The system will first show a generated preview sample so you can review the AI-generated content.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"578\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-bulk-action-1200x578.webp\" alt=\"omni ai bulk action\" class=\"wp-image-530565\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-bulk-action-1200x578.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-bulk-action-300x144.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-bulk-action-250x120.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-bulk-action-768x370.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-bulk-action.webp 1348w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"573\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-bulk-action-select-1200x573.webp\" alt=\"select omni ai bulk action\" class=\"wp-image-530566\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-bulk-action-select-1200x573.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-bulk-action-select-300x143.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-bulk-action-select-250x119.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-bulk-action-select-768x367.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-bulk-action-select.webp 1363w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"578\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-select-prompt-1200x578.webp\" alt=\"omni ai select prompt\" class=\"wp-image-530567\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-select-prompt-1200x578.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-select-prompt-300x144.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-select-prompt-250x120.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-select-prompt-768x370.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-select-prompt.webp 1352w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"579\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-bulk-content-1200x579.webp\" alt=\"omni ai bulk generated content\" class=\"wp-image-530568\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-bulk-content-1200x579.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-bulk-content-300x145.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-bulk-content-250x121.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-bulk-content-768x370.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-bulk-content.webp 1354w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>This feature is ideal for large catalogs and mass updates.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Multilingual Support<\/h3>\n<\/div><\/div>\n\n\n\n<p>The connector supports multilingual content generation based on configured Akeneo locales.<\/p>\n\n\n\n<p>Key highlights:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The connector supports AI content generation in multiple locales.<\/li>\n\n\n\n<li>Output language depends on the selected locale and prompt language<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"574\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/11-akeneo-omni-ai-content-generator-multilingual-1200x574.webp\" alt=\"omni ai multilingual\" class=\"wp-image-530569\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/11-akeneo-omni-ai-content-generator-multilingual-1200x574.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/11-akeneo-omni-ai-content-generator-multilingual-300x144.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/11-akeneo-omni-ai-content-generator-multilingual-250x120.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/11-akeneo-omni-ai-content-generator-multilingual-768x367.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/11-akeneo-omni-ai-content-generator-multilingual.webp 1365w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Conclusion<\/h3>\n<\/div><\/div>\n\n\n\n<p>Akeneo Omni AI Content Generator provides a <strong>flexible and scalable<\/strong> AI integration solution for Akeneo PIM. <\/p>\n\n\n\n<p><strong>Furthermore<\/strong>, supporting multiple AI platforms, credentials, and prompts allows businesses to choose configurations that best fit their requirements. <\/p>\n\n\n\n<p><strong>In addition<\/strong>, this versatility ensures seamless integration with existing workflows.<\/p>\n\n\n\n<p><strong>Consequently<\/strong>, teams can efficiently leverage AI for content generation and enrichment.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Support<\/h3>\n<\/div><\/div>\n\n\n\n<p>Thank you for reading this documentation. For any queries or doubts, reach out to us at\u00a0<a href=\"mailto:support@webkul.com\" target=\"_blank\" rel=\"noreferrer noopener\">support@webkul.com<\/a>. You can also raise a ticket at our\u00a0<a href=\"https:\/\/webkul.uvdesk.com\/en\/\" target=\"_blank\" rel=\"noreferrer noopener\">HelpDesk System.<\/a><\/p>\n\n\n\n<p>Please explore our&nbsp;<a href=\"https:\/\/webkul.com\/akeneo\/\" target=\"_blank\" rel=\"noreferrer noopener\">Akeneo Development Services<\/a>&nbsp;and Quality&nbsp;<a href=\"https:\/\/store.webkul.com\/Akeneo.html\" target=\"_blank\" rel=\"noreferrer noopener\">Akeneo Extensions<\/a>.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Akeneo Omni AI Content Generator is an Akeneo connector designed to generate and enrich product content using multiple AI platforms. The connector allows individuals to generate, enrich, and optimize product content using different AI platforms directly within Akeneo. Unlike single-platform AI integrations, this connector supports multiple AI providers, letting users choose platforms, models, and prompts <a href=\"https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":680,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5709],"tags":[13507,3649,14895],"class_list":["post-522640","post","type-post","status-publish","format-standard","hentry","category-akeneo","tag-ai-models","tag-akeneo","tag-content-generator"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>User Guide For Akeneo Omni AI Content Generator<\/title>\n<meta name=\"description\" content=\"Akeneo Omni AI Content Generator enables AI-powered product content generation and multilingual support using multiple AI platforms.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"User Guide For Akeneo Omni AI Content Generator\" \/>\n<meta property=\"og:description\" content=\"Akeneo Omni AI Content Generator enables AI-powered product content generation and multilingual support using multiple AI platforms.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-03-20T05:54:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-20T05:54:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-install.webp\" \/>\n<meta name=\"author\" content=\"Suruchi Kumari\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Suruchi Kumari\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/\"},\"author\":{\"name\":\"Suruchi Kumari\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/3a790a09e5009cb20f476973122368b9\"},\"headline\":\"User Guide For Akeneo Omni AI Content Generator\",\"datePublished\":\"2026-03-20T05:54:32+00:00\",\"dateModified\":\"2026-03-20T05:54:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/\"},\"wordCount\":1019,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-install.webp\",\"keywords\":[\"AI models\",\"Akeneo\",\"content generator\"],\"articleSection\":[\"Akeneo\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/\",\"url\":\"https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/\",\"name\":\"User Guide For Akeneo Omni AI Content Generator\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-install.webp\",\"datePublished\":\"2026-03-20T05:54:32+00:00\",\"dateModified\":\"2026-03-20T05:54:40+00:00\",\"description\":\"Akeneo Omni AI Content Generator enables AI-powered product content generation and multilingual support using multiple AI platforms.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-install.webp\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-install.webp\",\"width\":1351,\"height\":653},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"User Guide For Akeneo Omni AI Content Generator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/3a790a09e5009cb20f476973122368b9\",\"name\":\"Suruchi Kumari\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5012033c1909d5dd46ab361446b107e5617654faa1902e4bc68a7eced4d48e0c?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5012033c1909d5dd46ab361446b107e5617654faa1902e4bc68a7eced4d48e0c?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g\",\"caption\":\"Suruchi Kumari\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/suruchi-qa322\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"User Guide For Akeneo Omni AI Content Generator","description":"Akeneo Omni AI Content Generator enables AI-powered product content generation and multilingual support using multiple AI platforms.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/","og_locale":"en_US","og_type":"article","og_title":"User Guide For Akeneo Omni AI Content Generator","og_description":"Akeneo Omni AI Content Generator enables AI-powered product content generation and multilingual support using multiple AI platforms.","og_url":"https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2026-03-20T05:54:32+00:00","article_modified_time":"2026-03-20T05:54:40+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-install.webp","type":"","width":"","height":""}],"author":"Suruchi Kumari","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Suruchi Kumari","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/"},"author":{"name":"Suruchi Kumari","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/3a790a09e5009cb20f476973122368b9"},"headline":"User Guide For Akeneo Omni AI Content Generator","datePublished":"2026-03-20T05:54:32+00:00","dateModified":"2026-03-20T05:54:40+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/"},"wordCount":1019,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-install.webp","keywords":["AI models","Akeneo","content generator"],"articleSection":["Akeneo"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/","url":"https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/","name":"User Guide For Akeneo Omni AI Content Generator","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-install.webp","datePublished":"2026-03-20T05:54:32+00:00","dateModified":"2026-03-20T05:54:40+00:00","description":"Akeneo Omni AI Content Generator enables AI-powered product content generation and multilingual support using multiple AI platforms.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-install.webp","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/omni-ai-install.webp","width":1351,"height":653},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/akeneo-omni-ai-content-generator-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"User Guide For Akeneo Omni AI Content Generator"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/3a790a09e5009cb20f476973122368b9","name":"Suruchi Kumari","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/5012033c1909d5dd46ab361446b107e5617654faa1902e4bc68a7eced4d48e0c?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5012033c1909d5dd46ab361446b107e5617654faa1902e4bc68a7eced4d48e0c?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g","caption":"Suruchi Kumari"},"url":"https:\/\/webkul.com\/blog\/author\/suruchi-qa322\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/522640","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/680"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=522640"}],"version-history":[{"count":20,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/522640\/revisions"}],"predecessor-version":[{"id":531658,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/522640\/revisions\/531658"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=522640"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=522640"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=522640"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}