Get the authenticated account
Returns information about the user or organization associated with the provided API token. Example cURL request: ```console curl -s \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ https://api.replicate.com/v1/account ``` The response will be a JSON object describing the account: ```json { "type": "organization", "username": "acme", "name": "Acme Corp, Inc.", "github_url": "https://github.com/acme", } ```
byReplicate HTTP API (AI Models)
36calls
367mslatency
Insufficient datasuccess rate
Discover -> Inspect -> Call
Call setup
Tool ID
replicate.account.retrieve.v1.2e112d89JSON
Before this Call
1 credit / call
The final charge is settled from actual provider usage and will appear in Usage.
