Profile creation endpoint on pawr.link — currently returning 404, not live as an x402 endpoint.
What it does
pawr.link is a link-in-bio / bento-style personal page builder that supports 50+ widget types, subpages, AI-assisted page creation, and real-time visitor counts. The site advertises agent-friendly features and references a skill.md for agent owners. The endpoint at /api/x402/create-profile appears intended to allow programmatic profile creation via the x402 payment protocol.
However, during probing the endpoint returned HTTP 404 on both POST and GET requests, meaning no x402 payment challenge was presented. Without a valid 402 response, there is no confirmation that this endpoint is currently live or accepting x402 payments. No OpenAPI schema, API documentation, or pricing details for this specific endpoint were found — the /docs and /api pages both failed to load. The site's main pricing is $6/month or $149 lifetime for the consumer product, but it is unclear how or whether the x402 endpoint pricing relates to these plans.
Given the sparse technical documentation and the 404 responses, this listing should be treated as a stub. The endpoint may be under development, temporarily disabled, or moved. Users interested in pawr.link's agent integration should check pawr.link/agents or pawr.link/skill.md for updated information.
Capabilities
Use cases
- —Programmatically creating a pawr.link profile page via an AI agent
- —Automating link-in-bio page setup for new users or brands
- —Agent-driven onboarding that sets up a personal page with links and widgets
Fit
Best for
- —AI agents that need to create personal landing pages on behalf of users
- —Developers building automated onboarding flows for link-in-bio pages
- —Agent owners who want programmatic profile setup
Not for
- —Anyone needing a currently live, documented x402 endpoint — this returns 404
- —Users looking for a general-purpose API with OpenAPI specs and examples
Quick start
# Endpoint is currently returning 404. No x402 challenge available.
# Check https://www.pawr.link/agents or /skill.md for updates.
curl -X POST https://www.pawr.link/api/x402/create-profileEndpoint
Quality
The endpoint returns 404 on both POST and GET — no x402 challenge is present. No API documentation, schema, or pricing details were found. This is effectively a non-functional stub.
Warnings
- —Endpoint returned 404 on both POST and GET — not live as an x402 endpoint
- —No OpenAPI schema or API documentation available (/docs and /api pages fail to load)
- —No x402 pricing or payment challenge captured
- —robots.txt disallows most paths, limiting crawlability
Citations
- —pawr.link is a link-in-bio page builder with 50+ widget types, subpages, and AI-assisted page creationhttps://www.pawr.link
- —Pricing is $6/month or $149 lifetime for the consumer producthttps://www.pawr.link
- —The site advertises agent-friendly features and a skill.md for agent ownershttps://www.pawr.link
- —The endpoint returned 404 on both POST and GET probe attemptshttps://www.pawr.link/api/x402/create-profile
- —/docs and /api pages failed to loadhttps://www.pawr.link/docs