PipedreamHQ / pipedream

Connect APIs, remarkably fast. Free for developers.
https://pipedream.com
Other
8.57k stars 5.27k forks source link

[APP] Haut.AI #6024

Open daveCHau opened 1 year ago

daveCHau commented 1 year ago

Name of app / service Haut.AI

Link to developer documentation https://docs.saas.haut.ai/developers/developer-guides/api_quick_start

sergioeliot2039 commented 1 year ago

Haut.AI uses Basic + Bearer authentication, requires a paid account (there are no trials, but you can go through a demo)

See Login

You need to call login API to get access_token since all requests to API must be authorized. Use your email and password it in the code below (instead of sample credentials). resp = requests.post( f"{SAAS_HOST}/api/v1/login/", json={"username": "your@gmail.com", "password": "your_password"}, )

sergioeliot2039 commented 1 year ago

Hi, @daveCHau thanks for the request.

I'm guessing you are an Haut.AI user with API access, aren't you?

Wondering if you could help us testing? Since we can't easily get an account. We can get a basic code of integation for you to try out

sergio-eliot-rodriguez commented 3 months ago

Reached out by mail. Copied sergio@pk, michael@pd, integrations@pd

sergio-eliot-rodriguez commented 3 months ago

Reached out by mail. Copied sergio@pk, michael@pd, integrations@pd

sergio-eliot-rodriguez commented 3 months ago

1 week follow up

sergio-eliot-rodriguez commented 2 months ago

14 days follow up

sergio-eliot-rodriguez commented 2 months ago

1 month follow up