</> واجهة برمجة للمطورين

قم بالمزيد مع
واجهة برمجة تطبيقات محوّل الذكاء الاصطناعي

استخدم واجهة برمجة التطبيقات الحديثة لدينا لكشف وإضفاء طابع إنساني على محتوى الذكاء الاصطناعي

ابتداءً من $0.10 لكل 1000 كلمة.

const res = await fetch("https://v2-humanizer.rephrasy.ai/api/", {
  method: "POST",
  headers: {
    "Authorization": "Bearer <your-api-key>",
    "Content-Type": "application/json"
  },
  body: JSON.stringify({
    text: "AI-generated text here.",
    model: "v3",
    words: true
  })
});

const data = await res.json();
// => { output: "Humanized text...", costs: { total: 1.5 } }
200 OKREST API v1

تكامل ملائم للذكاء الاصطناعي

الصق سياق واجهة Rephrasy في أداة الذكاء الاصطناعي واطلب منها بناء التكامل معك.

POST /api/v2-humanizer.rephrasy.ai

Text Humanizer API

اكتشف وأنسِن النصوص المولّدة بالذكاء الاصطناعي على نطاق واسع — أعِد كتابتها لتُقرأ بشكل طبيعي وتتجاوز كواشف الذكاء الاصطناعي. واجهة JSON بسيطة وسريعة وموثوقة.

ابتداءً من $0.10 / 1000 كلمةفوترة ثابتة أو حسب الكلمات

Authentication

Authorization: Bearer <your-api-key>

جميع الطلبات والاستجابات بصيغة JSON.

الرصيد

وضعان للفوترة. ثابت: 1 رصيد لكل استدعاء. حسب الكلمات (words: true): 0.1 رصيد ثابت + 0.1 رصيد لكل 100 كلمة. أضف costs: true لرؤية التكلفة الدقيقة في الاستجابة.

const res = await fetch("https://v2-humanizer.rephrasy.ai/api/", {
  method: "POST",
  headers: {
    "Authorization": "Bearer YOUR_API_KEY",
    "Content-Type": "application/json"
  },
  body: JSON.stringify({
    text: "AI-generated text here.",
    model: "v3",
    words: true
  })
});

const data = await res.json();
// => { output: "Humanized text...", new_flesch_score: 68.8 }
200 OKText API v1

المعاملات

الحقلالنوعمطلوبالوصف
textstringمطلوبنص الذكاء الاصطناعي المراد أنسنته (بحد أقصى 12,000 حرف للنص العادي).
modelstringمطلوبالنموذج المستخدم — v3 أو Undetectable Model v2 أو Undetectable Model أو SEO Model؛ أو معرّف أسلوب كتابة. كل نموذج يستهدف كواشف مختلفة.
stylestringاختياريأسلوب اختياري لـ v3 — creative أو journalistic أو professional. الافتراضي هو السلوك العادي لـ v3.
wordsbooleanاختياريتفعيل التسعير حسب الكلمات (الافتراضي false).
costsbooleanاختياريإرجاع معلومات التكلفة في الاستجابة (الافتراضي false).
languagestringاختياريلغة الإخراج، مثل English وGerman وFrench. تُكتشف تلقائيًا إذا حُذفت.

يُرجع output مع new_flesch_score (قابلية القراءة 0–100 — الأعلى أسهل قراءة). 200 OK عند النجاح؛ 401 مفتاح API غير صالح؛ 422 إدخال غير صالح.

NEWinput_format

إدخال منظّم (HTML / Markdown)

أضف الحقل الاختياري input_format إلى POST /api/ لإرسال مستند كامل بدلاً من نص عادي — يُؤنسن النص المرئي فقط وتُعاد بناء البنية حوله.

الحقلالنوعالافتراضيالوصف
input_formatstring"text""text" أو "html" أو "markdown". مع html/markdown يُؤنسن النص المرئي فقط وتُعاد بناء بنية المستند حوله.

كيف يعمل

  1. يحلّل المستند ويستخرج النص المقروء للبشر فقط.
  2. يؤنسن ذلك النص بالنموذج الذي اخترته.
  3. يعيد بناء المستند — تعود الوسوم والسمات والكود والروابط دون تغيير.

يعمل مع كل نموذج، بما في ذلك نموذج SEO.

لا يُعدَّل أبدًا

بنية وسوم HTML، وكتل script وstyle وcode وpre، وروابط href، وأسيجة كود Markdown، والكود المضمّن، وعناوين URL للروابط.

curl -X POST https://v2-humanizer.rephrasy.ai/api/ \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "ft_clean-v3",
    "input_format": "html",
    "words": true,
    "text": "<article><h1>The Future of Remote Work</h1><p>It is crucial to leverage modern tools.</p><pre><code>keep --this</code></pre></article>"
  }'

# => {
#   "output": "<article><h1>What lies ahead for remote work</h1><p>You really want to make the most of modern tools.</p><pre><code>keep --this</code></pre></article>",
#   "new_flesch_score": 71.2
# }
# The <h1> and <p> text is rewritten; the <code> block is preserved exactly.

الحدود والتسعير

  • مدخل HTML / Markdown محدود بـ 200,000 حرف (يبقى النص العادي عند 12,000).
  • يكلّف المدخل المنظّم 2.5× الرسم العادي، في كل من الفوترة الثابتة والقائمة على الكلمات.
  • تحتسب الفوترة القائمة على الكلمات فقط الكلمات المرئية التي نعيد كتابتها — وليس الترميز المحيط أبدًا. صفحة HTML بحجم 50 كيلوبايت تغلّف 200 كلمة تُفوتر على تلك الكلمات الـ200 (× 2.5)، لا على الترميز.

تأكد من الاطلاع على
واجهة برمجة تطبيقات الكاشف

POST /detect_apidetector.rephrasy.ai

AI Detector API

قيّم أي نص بحثًا عن محتوى الذكاء الاصطناعي — درجة إجمالية 0–100 (0 = إنسان، 100 = ذكاء اصطناعي)، أو درجات لكل جملة في وضع depth.

1 رصيد / استدعاء$0.10 لكل كشف · ثابت

Authentication

Authorization: Bearer <your-api-key>

جميع الطلبات والاستجابات بصيغة JSON.

الرصيد

ثابت: 1 رصيد لكل استدعاء، بغض النظر عن طول النص. يُحتسب عند استجابة 200 ناجحة.

const res = await fetch("https://detector.rephrasy.ai/detect_api", {
  method: "POST",
  headers: {
    "Authorization": "Bearer YOUR_API_KEY",
    "Content-Type": "application/json"
  },
  body: JSON.stringify({
    text: "Rephrasy rephrases AI generated text.",
    mode: ""            // "" = overall score, "depth" = per-sentence
  })
});

const data = await res.json();
// => { scores: { overall: 1.4 }, sentences: { ... } }
200 OKDetector API v1

المعاملات

الحقلالنوعمطلوبالوصف
textstringمطلوبالنص المراد فحصه بحثًا عن محتوى الذكاء الاصطناعي.
modestringاختياريمستوى التفصيل — اتركه فارغًا لدرجة إجمالية، أو أرسل depth لدرجات لكل جملة.

يُعيد scores.overall (0–100؛ 0 = إنسان، 100 = ذكاء اصطناعي). في وضع depth يربط sentences كل جملة بدرجتها. 200 OK عند النجاح؛ 401 مفتاح API غير صالح؛ 422 إدخال غير صالح.

What You Can Build

Developers and agencies use the Rephrasy API to power their own products and workflows.

Bulk Content Pipelines

Process hundreds of articles or documents in parallel. Integrate into your existing content workflow via a single POST request.

SaaS Products

Build your own AI humanizer tool on top of Rephrasy. White-label the API or offer it as a feature inside your product.

Browser Extensions

Call the API from a Chrome extension to humanize text inline — directly on Google Docs, WordPress, or any web editor.

Agency Automation

Connect Rephrasy to Zapier, Make, or n8n to automatically humanize AI drafts before they hit your CMS or client delivery.

NEWsynthid-humanizer.rephrasy.ai

Image Humanizer API

Remove invisible AI watermarks (SynthID, StableSignature), detect AI provenance, and humanize images programmatically. Supports single images and batches up to 100.

10 credits / imageSame credit balance as text API

Authentication

Authorization: Bearer <your-api-key>

Website key = high-priority queue · User API key = normal queue

Credits

Credits are deducted at batch submission. Insufficient balance → 402 error, no images processed. Batches auto-delete after 24 hours.

Also available

GET/batches/{id}
GET/batches/{id}/download
POST/remove/visible
POST /batches
# 1 — Submit batch
curl -X POST https://synthid-humanizer.rephrasy.ai/batches \
  -H "Authorization: Bearer <your-api-key>" \
  -F "files=@photo1.png" \
  -F "files=@photo2.jpg"

# => { "batch_id": "a3f9c2b1", "job_count": 2, "status": "queued" }

# 2 — Poll until done (every 5–10 s)
curl https://synthid-humanizer.rephrasy.ai/batches/a3f9c2b1 \
  -H "Authorization: Bearer <your-api-key>"

# => { "status": "done", "done": 2, "total": 2, "download_ready": true }

# 3 — Download ZIP (batch deleted after this)
curl -O https://synthid-humanizer.rephrasy.ai/batches/a3f9c2b1/download \
  -H "Authorization: Bearer <your-api-key>"
200 OKImage API v1

Batch status values

queuedWaiting in queue — queue_position shows place
processingGPU is working on this batch
doneAll images finished, ready to download
failedProcessing failed — check per-job error field

Error codes

400No files / more than 100 files
401Missing or invalid API key
402Insufficient credits
404Batch not found or already downloaded
425Batch not done yet (too early to download)
NEWv1-humanizer.rephrasy.ai

Custom Writing Styles API

درّب أسلوب كتابة قابلاً لإعادة الاستخدام من أمثلتك «قبل/بعد»، ثم أنسِن أي نص بهذا الأسلوب. مثالي لمنح كل مستخدم نهائي صوته الخاص.

20 رصيد / تدريب1 رصيد / استدعاء أنسنة

المصادقة

Authorization: Bearer <your-api-key>

جميع الطلبات والاستجابات بصيغة JSON.

الرصيد

تدريب أسلوب يكلّف 20 رصيدًا، يُحتسب فقط بعد النجاح. كل استدعاء أنسنة يكلّف 1 رصيد. لا حدّ لعدد الأساليب — تتم المحاسبة عبر الرصيد.

POST /api/styles
curl -X POST https://v1-humanizer.rephrasy.ai/api/styles \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Client 42 voice",
    "external_ref": "client-42",
    "sentences": [
      {"original": "The product offers many benefits to users.",
       "rewritten": "Honestly? This thing just makes life easier. Here is why."},
      {"original": "It is important to consider several factors.",
       "rewritten": "A few things matter here — let us walk through them."}
    ]
  }'

# => {
#   "style_id": "aB3xY7...",
#   "name": "Client 42 voice",
#   "external_ref": "client-42",
#   "status": "completed"
# }
200 OKWriting Styles API v1

رموز الأخطاء

400مفتاح API مطلوب — ترويسة Authorization مفقودة
400مفتاح API غير صالح — المفتاح غير معروف
400رصيد غير كافٍ لهذا الإجراء
403أسلوب الكتابة لا يخص هذا المستخدم
404أسلوب الكتابة غير موجود
500فشل تحليل الأسلوب — فشل التدريب، لم يُحتسب رصيد، أعد المحاولة

ملاحظات: لا يمكن حذف الأساليب عبر الـ API. تُعاد فقط الأساليب المُنشأة بمفتاح API الخاص بك.

Bulk Credits — Unbeatable API Pricing

No per-seat fees, no rate limits. Buy credits once, use them any time. The more you buy, the cheaper each request gets.

5,000

credits

$275

$0.0550 / credit

100k words for $11.00
Most Popular

10,000

credits

$500

$0.0500 / credit

100k words for $10.00

20,000

credits

$950

$0.0475 / credit

100k words for $9.50

50,000

credits

$2,250

$0.0450 / credit

100k words for $9.00

* Based on 100 × 1,000-word requests with word-based pricing enabled (2 credits each = 200 credits total)

Real cost — humanizing 100,000 words

100 requests of 1,000 words each, word-based pricing enabled (words: true):

Rephrasy API (10K bulk)

$10.00

$0.10 per 1K words — no subscription, no monthly cap

WriteHuman Premium

$17.25

$69/mo plan pro-rated for 100K of 400K words

Undetectable AI Premium

$47.25

$15.75/mo × 3 months needed for 100K words

* Competitor prices based on publicly listed plans. WriteHuman: $69/mo Premium. Undetectable AI: $15.75/mo Premium (35K words/mo).

Ready to integrate?

Sign up, subscribe to any plan, and find your API key in your account dashboard. Start making requests in minutes.

واجهة برمجة تطبيقات محوّل الذكاء الاصطناعي مصممة للمطورين

تم تصميم واجهة برمجة تطبيقات محوّل الذكاء الاصطناعي لدينا للمطورين الذين يريدون إضفاء طابع إنساني على المحتوى المنشأ بالذكاء الاصطناعي بشكل جماعي. تم تصميم الواجهة لتكون بسيطة وسريعة وموثوقة. بالنسبة لخطط API فقط، يرجى الاتصال بنا مباشرة!

  • احصل على اشتراك مع Rephrasy

    أعد صياغة المحتوى بسرعة باستخدام واجهة برمجة التطبيقات القوية لدينا.

  • استخدم كاشف الذكاء الاصطناعي من Rephrasy

    اكتشف محتوى الذكاء الاصطناعي باستخدام أداة كشف الذكاء الاصطناعي القوية لدينا على نطاق واسع.

  • اجمع بين كاشف ومحوّل الذكاء الاصطناعي للحصول على أفضل النتائج

    استخدم كاشف ومحوّل الذكاء الاصطناعي من Rephrasy معاً للحصول على أفضل النتائج.

ابدأ الآن

حوّل نص الذكاء الاصطناعي إلى نص بشري — AI Humanizer مجاني

#1 AI Humanizer يثق به أكثر من 125,000 طالب ومحترف