Photo
PUT /me/photo 僅限工作階段
Upload (or replace) your headshot.
Multipart upload of the file part — JPEG, PNG, or WebP, capped at 8 MB and rate-limited to 12 uploads/hour. Replaces any existing headshot. 501 when object storage is not configured, 400 for an undecodable, unsupported, or oversized image.
curl -X PUT "https://freehire.me/api/v1/me/photo" -b cookies.txt -F "[email protected]"{ "data": { "enabled": true, "present": true, "uploaded_at": "2026-08-18T10:00:00Z" } }