Skip to main content
Intuned home page
Search...
⌘K
Documentation
Browser SDKs
Client APIs
Introduction
Overview
Typescript SDK
@intuned/browser
extractStructuredData
isPageLoaded
extractMarkdown
sanitizeHtml
resolveUrl
downloadFile
uploadFileToS3
saveFileToS3
filterEmptyValues
goToUrl
scrollToLoadContent
clickUntilExhausted
processDate
validateDataUsingSchema
waitForDomSettled
withNetworkSettledWait
Type References
Attachment
S3Configs
AttachmentType
FileType
Trigger
ImageBufferContentItem
ImageUrlContentItem
TextContentItem
ContentItem
Optimized extractors (Deprecated)
Python SDK
intuned_browser
extract_structured_data
is_page_loaded
extract_markdown
sanitize_html
resolve_url
download_file
upload_file_to_s3
save_file_to_s3
filter_empty_values
go_to_url
scroll_to_load_content
click_until_exhausted
process_date
validate_data_using_schema
wait_for_dom_settled
wait_for_network_settled
Type References
Need help?
Dashboard
Intuned home page
Search...
⌘K
Need help?
Dashboard
Dashboard
Search...
Navigation
Type References
AttachmentType
Type References
AttachmentType
Copy page
Copy page
Union type representing the supported attachment file types.
Currently supported types:
"document"
: Document files (PDFs, Word docs, etc.)
Copy
Ask AI
export
type
AttachmentType
=
"document"
;
Previous
FileType
Next
⌘I