cpy.re
cpy.re hosts demo PeerTube video platforms, including peertube.cpy.re. PeerTube is federated video-hosting software that exposes instance configuration, video, account, and management functions over HTTP APIs.
cpy.re exposes a PeerTube REST API at https://peertube.cpy.re/api/v1 with an OpenAPI spec; it supports public and authenticated operations using PeerTube OAuth-derived bearer tokens.
- PeerTube REST APIdiscovered
Fetch the instance's built-in local OAuth client from GET /api/v1/oauth-clients/local as shown in the REST API quick start. Use the returned client_id and client_secret together when exchanging for a user access token at POST /api/v1/users/token.
On a PeerTube instance, first fetch the local OAuth client from GET /api/v1/oauth-clients/local, then exchange your instance user credentials for an access token at POST /api/v1/users/token as documented in the REST API quick start. Send the resulting token as Authorization: Bearer <token>.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing