Import a project from cloud storage

Start a project from an MP3, TXT, SRT, or Google Doc in Google Drive, or MP3, TXT, or SRT in Dropbox or OneDrive - without downloading it first.

Pro plan required. Connect a cloud storage provider under Settings → Integrations (Google Drive, Dropbox, and OneDrive are available). When you create a new project, open the Import from cloud tab, choose your connected provider, and pick a file in that provider's file picker (Google Picker for Drive; in-app modals for Dropbox and OneDrive).

Supported file types: MP3 audio (processed like a device upload, up to 500 MB), plain text transcripts (.txt), SRT subtitle files (.srt), and native Google Docs in Google Drive (exported to plain text via the Drive API). TXT, SRT, and Google Docs skip audio transcription and go straight to moment extraction.

Processing time is billed per minute of content (rounded up), same as any other project. Post generation and on-demand post images are included.

Cloud import works in the web app (Import from cloud tab) and via the Developer API: POST/api/v1/projects with source_type cloud, provider google-drive, dropbox, or onedrive, and the provider file_id from your connected account. API cloud import supports MP3, SRT, and native Google Docs on google-drive (use the Doc MIME type); use source_type transcript for plain text pasted in the API. See sparkvox.io/docs/api/projects/create.