See llms.txt for all machine-readable content.
This n8n workflow automates the translation of WordPress blog content into any language using the AI Translate Pro API, and inserts the translated text into a Google Doc.
Manual Trigger
Initiates the workflow manually (can be replaced with a webhook or schedule trigger).
WordPress Node
Retrieves a specific blog post (by ID) from your WordPress site using the REST API.
HTTP Request Node
Sends the blog content to AI Translate Pro via multipart/form-data.
Google Docs Node
Appends the translated text into a specified Google Document using Google Docs API.
Endpoint:
POST https://ai-translate-pro.p.rapidapi.com/translate.php
Content-Type:
multipart/form-data
Required Parameters:
| Field | Type | Description |
|---|---|---|
text |
string | The text or HTML content to translate |
language |
string | Target language (e.g., Hindi, French) |
Headers:
| Header Name | Value |
|---|---|
x-rapidapi-host |
ai-translate-pro.p.rapidapi.com |
x-rapidapi-key |
Your RapidAPI key |
Explore full documentation and pricing on the AI Translate Pro RapidAPI listing page.
Create your free n8n account and set up the workflow in just a few minutes using the link below:
Save time, stay consistent, and grow your LinkedIn presence effortlessly!