실패 보고
실패 보고
섹션 제목: “실패 보고”프록시 IP가 차단되거나 실패했을 때 이를 보고하면 HydraSkill의 라우팅 판단을 개선하는 데 도움이 됩니다.
엔드포인트
섹션 제목: “엔드포인트”POST /v1/proxy/{proxy_id}/report파라미터
섹션 제목: “파라미터”| 파라미터 | 타입 | 설명 |
|---|---|---|
reason | string | blocked, captcha, timeout, rate_limited |
status_code | integer | 수신한 HTTP 상태 코드 |
target_url | string | 차단된 URL |
curl -X POST "https://api.hydraskill.ai/v1/proxy/px_abc123/report" \ -H "Authorization: Bearer sk-your-key" \ -H "Content-Type: application/json" \ -d '{"reason": "blocked", "status_code": 403}'{ "acknowledged": true, "action_taken": "ip_rotated", "new_proxy_id": "px_def456"}Auto-Heal이 켜져 있으면 실패가 자동으로 감지되고 처리됩니다. 이 엔드포인트는 Auto-Heal이 꺼져 있거나 수동으로 보고해야 할 때만 사용하세요.