Professional Headshot
Turn a casual portrait into a work-ready headshot.
← 全部模型
處理前處理後
模型 ID
professional-headshot產品操作 ID
portrait:professional每次呼叫 API Credits100
輸入參數
參數類型必填預設值說明
input.styleselect是natural可選值: natural, corporate, executive, creative, healthcare, academic, client_facinginput.outputSizeselect是linkedin_square可選值: linkedin_square, employee_badge, resume_team, custominput.poseselect是auto可選值: auto, front_facing, three_quarter_left, three_quarter_right, arms_crossed, relaxed_seated輸出參數
API 會回傳非同步 Job。輪詢成功後,透過結果路徑下載圖片。
job_idstringstatusstringprogressnumberpriceobjectresultobject | nullerrorobject | null建立任務
curl "$CLEARCROWDS_API_BASE_URL/api/v1/presets/professional-headshot/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":{}}'回傳值
{
"success": true,
"data": {
"job_id": "job_REPLACE_ME",
"operation": "professional-headshot",
"status": "queued",
"progress": 0,
"price": {
"reserved_credits": 100,
"settled_credits": 0,
"refunded_credits": 0,
"version": "2026-08-16"
},
"result": null,
"error": null
}
}

