Use project locally by api

Hi,
It is a possibility to use api (for not my project) and get results locally? I tried but always give 404.

I used:

r = requests.post(
    url='https://some-project.hf.space/+/api/predict/',
    json={"key": "values"}
)

r.json()

But always returns 404. Maybe I don not understand how it may works? It is weird than in api code there is no information about my account api token or something like in replicate.

I understood that I can use huggingface api like replicate api.

Please give me advice :slight_smile:

Best regards,
Tom