The whole hunk
from line 78, old and new numbered
/
lines
from line 78
7878 -H 'Content-Type: multipart/form-data' \
7979 -H 'anthropic-version: 2023-06-01' \
8080 -H "X-Api-Key: $ANTHROPIC_API_KEY" \
81 -F files='["Example data"]'
81 -F 'files[]=@/path/to/file'
8282```
8383
8484### Response (200)