Attach interview prep file
attach_interview_fileAttach prep material to a specific interview so the user sees it next to that round in the dashboard: the prep document you wrote, the job description, a deck, notes the company sent. Max 3 files per interview, 20000000 bytes (20 MB) each; pass the bytes as base64. Get interview ids from get_application. Example: attach_interview_file({application_id: "…", interview_id: "…", filename: "prep-round2.md", data_base64: "IyBQcmVw…"}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mime | No | Optional; inferred from the filename extension when omitted | |
| filename | Yes | ||
| data_base64 | Yes | Base64-encoded file bytes | |
| interview_id | Yes | ||
| application_id | Yes |