Remove Text
Remove visible text and rebuild the background behind it.
← Tous les modèles
AvantAprès
ID du modèle
remove-textOpération produit
remove:textAPI Credits par exécution100
Paramètres d’entrée
NomTypeRequisPar défautNotes
Paramètres de sortie
L’API renvoie une tâche asynchrone. Interrogez-la jusqu’au succès puis téléchargez le résultat.
job_idstringstatusstringprogressnumberpriceobjectresultobject | nullerrorobject | nullCréer une tâche
curl "$CLEARCROWDS_API_BASE_URL/api/v1/presets/remove-text/jobs" \
-X POST \
-H "Authorization: Bearer $CLEARCROWDS_API_KEY" \
-H "Content-Type: application/json" \
-H "Idempotency-Key: edit-001" \
-d '{"input_asset_id":"11111111-1111-4111-8111-111111111111","input":{}}'Réponse
{
"success": true,
"data": {
"job_id": "job_REPLACE_ME",
"operation": "remove-text",
"status": "queued",
"progress": 0,
"price": {
"reserved_credits": 100,
"settled_credits": 0,
"refunded_credits": 0,
"version": "2026-08-16"
},
"result": null,
"error": null
}
}

