How to actually use the API after running autogenstudio serve? #7087
Unanswered
sedatepace
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
π¬ Title
π§© Body
Hi everyone π
I successfully ran:
The server starts fine, and I can open the
/docs
endpoint in the browser to see the OpenAPI UI.However, the documentation doesnβt clearly explain how to actually send a request to the running API.
I tried this command:
but the response was:
So Iβm wondering:
serve
?{ "task": "...", "input": "..." }
)?RoundRobin_OneShot.json
) through the served API?Would really appreciate an example or a short βhow to test your served workflow via curl / Postmanβ guide π
Environment
0.1.7
)autogenstudio serve --team RoundRobin_OneShot.json --port 8084
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions