Documentation for API? #192
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I see in the documentations "Features" section the API example
-Is there more comlete API documentation? For example, one including choosing a model instead of face images.
-Is there a commented description of the JSON request and response models somewhere?
I'd like to create some utilities for meta-batching (like running multiple face models through multiple folders of images), but I'd like to use C# to form my requests and parse the responses, as I haven't studied Python much. So I'm trying to figure out (1) what object the API expects; (2) what it returns.