Python API homessistant in Docker

Hello guys,
I’m running homeassistant with docker and writing python that needs HomeAssistant API to get data from my home assistant instance. I followed instruction about REST API integration here Home Assistant API - Home Assistant but with mylocalip:8123/Api i get 404 error.
My configuration at now is:

api:

Some help please?

Capitalization counts, as does the correct path ending. Try with api/. Without the bearer token in the header of the request, that will still only get you to a 401:Unauthorized. Here are the full docs for the Rest API:

Mi fault, typing error. I search for http://myip/api. Now i’am at work, this night or tomorrw I will retry and will keep you update. Thank you!