Authenticate into OSAIS
A client can authenticate into the OpenSouceAIs service by passing its token and secret, to retrieve an authentication token.
Authenticates a Client into OSAIS backend
POST
https://opensourceAIs.com/api/v1/public/client/login
Request Body
Name
Type
Description
token*
String
Your token, as received at registration time
secret*
String
Your secret, as received at registration time
Last updated