---
title: Extract and Translate Article Content from Web Page API
slug: translate-article-content
url: https://apyverse.com/namastesumalya/service/translate-article-content
provider: Sumalya APIs
auth: api_key
---

# Extract and Translate Article Content from Web Page API

What it does Article Translator takes a web page URL and a target language, then returns the translated article content in a structured response. Use it when you need to turn a published article into another language without rebuilding the page yourself. Send the article URL in url and the destinat…

## Endpoints

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

## About

## What it does
Article Translator takes a web page URL and a target language, then returns the translated article content in a structured response. Use it when you need to turn a published article into another language without rebuilding the page yourself.

Send the article URL in `url` and the destination language in `targetLanguage`. The response includes the original `url` plus a `translated_content` object with the article `title`, `author`, `language`, `publicationName`, and `translated_body`. That makes it straightforward to store the translated version, render it in your app, or pass it into a content workflow.

This is useful for news aggregators, multilingual publishing tools, internal knowledge bases, and reader apps that surface articles in the user's preferred language. You can translate a single article for display, cache translations for later use, or feed the translated text into downstream review and summarisation steps.

Article Translator is a good fit when the source is a public article page and you want structured translated output rather than a raw text blob.

## Usage

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