Does Shopify have an API for uploading images?

Does Shopify have an API for uploading images? I need to put the image URL returned by Shopify in the store - product details, not the cover art

product update API

https://shopify.dev/api/admin-rest/2021-07/resources/product#[put]/admin/api/2021-07/products/{product_id}.json

Here:

https://shopify.dev/api/admin-rest/2021-07/resources/product-image#[post]/admin/api/2021-07/products/{product_id}/images.json

you need to encode the image in base64 first