Documentation Index
Fetch the complete documentation index at: https://nova.dweet.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
File URL (type: "url")
Pass a public HTTPS URL to a resume file.
| Format | Extension | Content-Type |
|---|---|---|
.pdf | application/pdf | |
| Microsoft Word | .doc | application/msword |
| Microsoft Word | .docx | application/vnd.openxmlformats-officedocument.wordprocessingml.document |
Inline text (type: "text")
Pass resume content directly as plain text or markdown. Min 50 characters, max 100 KB.
Size limits
| Input type | Max size |
|---|---|
| File URL | 50 MB |
| Inline text | 100 KB |
| Request body | 4.5 MB |
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. 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.