Skip to main content
POST
/
v0
/
auth
/
pip
Gets temporary aws code artfact creditial for pip
curl --request POST \
  --url https://{hostname}.gable.ai/v0/auth/pip \
  --header 'X-API-KEY: <api-key>'
{
  "authToken": "<string>",
  "repositoryEndpoint": "<string>"
}

Authorizations

X-API-KEY
string
header
required

Response

200 - application/json
authToken
string
required
repositoryEndpoint
string
required