---
title: Extract and Translate Article Content from Web Page API
slug: translate-article-content
url: https://apyhub.com/namastesumalya/service/translate-article-content
provider: Sumalya APIs
categories: [SEO, Smart Generation]
tags: [translation, article-translation, content-localization, web-content, multilingual]
auth: api_key
---

# Extract and Translate Article Content from Web Page API

Translate a web article from its URL into a target language. Returns translated title, author, publication name, and body.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/namastesumalya/api/translate` | What it does Translates the content of an article from a web page into a target language. The reque… | 1000 |

## About

## What it does
Article Translator takes a web article URL and translates the article content into a target language. Send the source `url` and the desired `targetLanguage`, and it returns the original `url` alongside a `translated_content` object.

The translated payload includes the article `title`, `author`, `language`, `publicationName`, and `translated_body`. That makes it useful when you need to localize news, blog posts, or knowledge-base articles while keeping the article metadata attached to the translated text.

Use Article Translator when you need to present the same article to readers in another language, feed translated content into a publishing workflow, or build a multilingual content library without manually copying text between tools.

Because the response is structured, you can store the translated body, show the translated title in your UI, and keep the publication details associated with the source article.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/namastesumalya/service/translate-article-content
