Bulk data upload
Import URLs and context from CSV
Bulk uploads let you seed Outtake with large batches of content in a single import. Use this guide to prepare your CSV, understand each column, and verify that your upload succeeded.
Overview
- Upload target: Outtake dashboard → Bulk data upload
- Accepted format: UTF-8 CSV, headers required
- Authentication: Same session as the dashboard (no API token required)
CSV schema
Your CSV must include the following headers in this exact order:
Sample file
Preparing your data
- Normalize URLs – Use canonical URLs where possible. Duplicates in the same upload will be deduplicated by the last row encountered.
- Provide actionable context – Context is surfaced to reviewers and downstream automation, so summarize the narrative or why the content matters.
- Add classifications when known – Supplying one or more classification hints improves agent accuracy; separate values with commas and stick to the supported list.
Uploading the CSV
- Sign in to the Outtake dashboard and navigate to Bulk data upload.
- Drag and drop your CSV or choose the file picker.
- Review the preview table to confirm each column mapped correctly.
- Confirm the
Classificationscolumn mapped correctly when present. - Click Upload to start ingestion.
Validation & errors
- Rows failing validation (missing URL, invalid boolean, unsupported classification value, etc.) are skipped and reported in the upload summary.
- Large uploads may process asynchronously. You will receive an in-product notification when processing completes.
- For repeated failures, download the error report to review row-level details.
Verifying the import
- Use the Recent uploads panel to check status and row counts.
- If you added classifications, check that the agent sees the supplied hints in the classification sidebar.
Troubleshooting
- Invalid URL: Ensure the value includes the scheme (
https://). Redirect-only URLs are rejected. - Context too long: Trim descriptions to 2,000 characters or fewer.
- Unexpected classification result: Upload an updated row with refined context or classification hints to steer the agent.
Need help? Reach out to support@outtake.ai with the upload ID and we’ll investigate.