curl --request POST \
--url https://api.agentpowers.ai/v1/skills/{slug}/view{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Record a view for a skill. Unauthenticated, rate-limited.
curl --request POST \
--url https://api.agentpowers.ai/v1/skills/{slug}/view{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Successful Response
Was this page helpful?