You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: