File URL (type: "url")
Pass a public HTTPS URL to a resume file.
Inline text (type: "text")
Pass resume content directly as plain text or markdown. Min 50 characters, max 100 KB.
Size limits
URL requirements
HTTPS
Publicly accessible without authentication
Direct file download
Generating pre-signed URLs
- AWS S3
- Google Cloud Storage
- Azure Blob Storage
Common issues
RESUME_FETCH_FAILED
RESUME_FETCH_FAILED
URL expired, not publicly accessible, or storage returned a non-2xx response. Test the URL in an incognito browser window.
Unsupported file type
Unsupported file type
The response Content-Type isn’t PDF, DOC, or DOCX. If your storage returns
application/octet-stream, configure correct Content-Type metadata.RESUME_TOO_LARGE
RESUME_TOO_LARGE
File exceeds 50 MB or inline text exceeds 100 KB.
RESUME_ENCRYPTED
RESUME_ENCRYPTED
PDF is password-protected. Provide an unprotected version.
RESUME_CORRUPTED
RESUME_CORRUPTED
PDF bytes are malformed or incomplete, such as a truncated file missing the final EOF marker. Nova may also reject PDFs whose structural line endings are escaped, with
rejectedApplications[].error.reason set to escaped_pdf_line_endings in batch intake responses. Submit a corrected PDF.RESUME_PARSE_FAILED
RESUME_PARSE_FAILED
Nova could not process a structurally valid resume document. Check the URL returns the actual file and contact support if the file opens normally.