C

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.

1 integration · REST

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.

discovered 1d ago
REST · OpenAPI1
Credentials
PeerTube local OAuth client credentialsoauth2Set up OAuth

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.

PeerTube user access tokenbearerGet 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

Publish these signals → /publishing