You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -456,6 +456,14 @@ Accepts the file ID and fetches the metadata as per the [API documentation here]
456
456
imagekit.get_metadata(file_id)
457
457
```
458
458
459
+
460
+
**3. Get File Metadata from remote url**
461
+
Accepts the remote file url and fetches the metadata as per the [API documentation here](https://docs.imagekit.io/api-reference/metadata-api/get-image-metadata-from-remote-url)
462
+
463
+
```python
464
+
imagekit.get_remote_url_metadata(remote_file_url)
465
+
```
466
+
459
467
**4. Update File Details**
460
468
Update parameters associated with the file as per the [API documentation here](https://docs.imagekit.io/imagekit-docs).
461
469
The first argument to the `update_field_details` method is the file ID and the second argument is an object with the
0 commit comments