Skip to main content
GET
/
v1
/
twitter
/
TranslateProfile
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/twitter/TranslateProfile?id=44196397&language=en' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": {
    "profileUserId": "50393960",
    "profileTranslation": {
      "translation": "Comparto lo que aprendo a través de mi trabajo en la fundación y otros intereses.",
      "language": "es",
      "entities": {
        "symbols": [],
        "hashtags": [],
        "user_mentions": [],
        "urls": [],
        "media": [],
        "timestamps": []
      },
      "sourceLanguage": "en",
      "localizedSourceLanguage": "inglés",
      "translationSource": "Google"
    }
  },
  "requestId": "da567eb8-2e2f-44b7-964e-65f6763264df"
}

Documentation Index

Fetch the complete documentation index at: https://docs.keyapi.ai/llms.txt

Use this file to discover all available pages before exploring further.

🪙1 creditper request

Copy for AI

🤖 Why Code When AI Can Do It For You?

Stop writing code like it’s 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.

Authorizations

Authorization
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx Get your API key from the Dashboard.

Query Parameters

id
string
required

User ID

Example:

"50393960"

language
string
required

Destination language

Response

The response is of type object.