Create PowerSource Full (URL + Documents)
create_powersource_fullBuild the highest-fidelity creative intelligence profile by combining a brand's public website URL with their internal documents. Takes a required website URL plus at least one document — file_ids from previous upload, public document_urls (PDF/DOCX/TXT/MD, up to 10), or documents_inline (base64-encoded). Optional idempotency_key for safe retry. Returns a job_id; poll with get_powersource. Same response shape as create_powersource_url, but the synthesis cross-checks how the brand presents publicly against what the team actually believes internally, producing stronger conviction on voice, positioning, proof, and tension architecture than either input alone.
Use this when the user has both a public site AND a brief / brand guidelines / strategy deck and wants the deepest possible profile — the kind of intelligence a senior strategist produces over a week. Default recommendation when both inputs are available.
Costs 200 credits.
Do NOT use for URL-only scans — use create_powersource_url (100 credits). Do NOT use for docs-only scans — use create_powersource_docs (100 credits).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Website URL to analyze. Supports any public website. REQUIRED. | |
| brand_id | No | Optional Brand to attach this scan to. Get from list_brands. When omitted, the pipeline auto-resolves a brand by the URL domain (creating one if needed). | |
| file_ids | No | Array of file IDs from a previous upload. Up to 10 files. | |
| document_urls | No | Array of public URLs pointing to documents (PDF, DOCX, TXT, MD). Up to 10 URLs. | |
| idempotency_key | No | Optional unique key to make this call safely retryable. | |
| documents_inline | No | Inline documents as base64. The pipeline reads TEXT ONLY — for any PDF or DOCX, extract the text content first using your file-reading tools, save as .md or .txt, then base64-encode and submit here. Supported formats: PDF, DOCX, TXT, MD. Max 5MB per file. |