Articlean is a powerful article processing and translation service that helps clean, parse, and translate web articles. This documentation covers the main features and how to use them.
The API uses a two-step authentication process:
1. Getting JWT Token
curl -X POST "<https://api.articlean.rima.media/token>" \\
-H "Content-Type: application/x-www-form-urlencoded" \\
-d "username=your_username&password=your_password"
Response:
{
"access_token": "eyJ0eXAiOiJKV1QiLCJhbGc...",
"token_type": "bearer"
}
2. Managing API Keys