Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion features/scrape.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ You can now choose what formats you want your output in. You can specify multipl
- Branding (`branding`) - extract brand identity and design system
- Audio (`audio`) - extract MP3 audio from supported video URLs, e.g. YouTube (returns a signed GCS URL, expires after 1 hour)
- Video (`video`) - extract best-quality video from supported video URLs, e.g. YouTube (returns a signed GCS URL, expires after 1 hour)
- Query (`query`, with `prompt` and optional `mode`) - ask a natural-language question about the page; the answer is returned in the `answer` field
- Question (`question`) - ask a natural-language question about the page; the answer is returned in the `answer` field
- Highlights (`highlights`) - select relevant source text from the page; the selections are returned in the `highlights` field

Output keys will match the format you choose.

Expand Down