This happens when using the example code from the docs verbatim. The API call succeeds (HTTP 200), but the SDK throws a `KeyError` because the JSON response doesn't include the `"file"` key. --- ### ...