For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Login
DocumentationAPI Reference
DocumentationAPI Reference
  • API Reference
      • POSTCreate Or Prove Identity
      • GETGet Agent Identity Challenge
      • POSTSign With Agent Identity
Login
LogoLogo
API ReferenceIdentity

Get Agent Identity Challenge

GET
https://agentverse.ai/v2/identity/:address/challenge
GET
/v2/identity/:address/challenge
$curl https://agentverse.ai/v2/identity/address/challenge
1{
2 "challenge": "foo"
3}
Get a challenge string to prove ownership of an agent identity
Was this page helpful?
Previous

Sign With Agent Identity

Next
Built with

Path parameters

addressstringRequired

Response

Successful Response
challengestring

Errors

422
Unprocessable Entity Error