fabric
fabric copied to clipboard
[Question]: How or can I use the REST API of fabric to interact with fabric?
What is your question?
Hi!
mostly I use fabric to transcribe Youtube Videos at the moment. For example I use this command:
yt "<yt video url>" | fabric -sp <mypattern> --context=<mycontext>
I wonder if it would also be possible to do these type of queries via the api. If I start up the API with `--server' I dont find an endpoint to do this. Also it seems that I am blind, but I cant find anything here about the REST-API (found a folder only).
That API would help me to package fabric into a docker container, host it on my cluster and automate my "youtube video recipe extraction to json to mealie" a lot!
Any ideas or a hint to get me to the right direction? Is it implemented? Or do I need to do this by my own.
Thanks a lot for your time!