ImmichI
Immich11mo ago
jaimetur

API request

Hello, I’m investigating how to use Immich API to create my own script to upload photos, create albums from folders and so on.

For the time being Inwas able to connect to my Immich account using the endpoint /auth/login which provide me a bearer token that I would like to use for my next APO requests as part of the header. But at this point I am not able to do a simple API request to create a new Album with a name “myTestAlbum” and using the bearer token received during login procedure.

I would appreciate if someone could help me with this.

PS: I am using Python to call those API requests.
Was this page helpful?