Upload file to my storage and create call to convert it

Hello there , first thanks for
your time and help, i like to ask if is posible some one guide me about how upload a file to my storage and make a call to convert it, i already get my token with curl, using my client_id and client_secret, but i dont know what is the url for the storage and the convesion, apologizes for my ignorance, i neraly new in this topics and more in this webside

Regards.

Hello!
Here is examples for storage operations (download, upload, etc.):

And here is examples how to convert uploaded file:

Also, here is example how to convert file without using storage - with input file in request body:

If you have any troubles, please feel free to ask!