Skip to main content
GET
cURL

Authorizations

Authorization
string
header
default:Bearer {API_ACCESS_TOKEN}
required

CoreWeave API access token sent as a bearer token in the Authorization header (the value is prefixed with Bearer). Used by every operation except the SAML/OIDC token-exchange endpoints (anonymous) and the container credentials GET (which uses ContainerCredentialsAuth).

Response

OK

CreateAccessKeyFromApiTokenResponse implements the AWS Container Credentials provider response format, so the credentials can be consumed directly by AWS SDKs and the AWS CLI configured for container credentials. See https://docs.aws.amazon.com/sdkref/latest/guide/feature-container-credentials.html

AccessKeyId
string
SecretAccessKey
string
Token
string
Expiration
string<date-time>
attributes
object
multiAttributes
object
Last modified on July 14, 2026