Skip to main content
POST
/
v1
/
marketplace
/
inspect
Inspect Service Resource
curl --request POST \
  --url https://api.aegisintent.xyz/v1/marketplace/inspect \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-Aegis-Email: <x-aegis-email>' \
  --data '
{
  "serviceUrl": "<string>",
  "data": {},
  "headers": [
    {}
  ]
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.aegisintent.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Inspect the x402 pricing requirements for a specific service URL before committing to payment.

Authorizations

Authorization
string
header
required

Provide raw API session token issued by /v1/connect/complete

Headers

X-Aegis-Email
string
required

Agent email address

Body

application/json
serviceUrl
string<uri>
required
method
enum<string>
Available options:
GET,
POST,
PUT,
DELETE,
PATCH
data
object
headers
object[]

Response

200

Service resource details parsed successfully