🚀 PRSM API Playground

Interactive testing environment for the PRSM API

Authentication Endpoints
POST /api/v1/auth/login
Authenticate user and receive access tokens for API requests.
Authenticating...
Example Request:
curl -X POST "{{ api_base_url }}api/v1/auth/login" \ -H "Content-Type: application/json" \ -d '{ "email": "researcher@university.edu", "password": "secure_password_123" }'
POST /api/v1/auth/register
Register a new user account with PRSM.
Creating account...
Marketplace Endpoints
GET /api/v1/marketplace/resources
Search and discover resources in the PRSM marketplace.
Searching...
Research Session Management
POST /api/v1/sessions
Create a new research session for collaborative work.
Creating session...
Task Management
POST /api/v1/tasks
Create a new task within a research session.
Creating task...
FTNS Token Management
GET /api/v1/users/{user_id}/balance
Get the current FTNS token balance for a user.
Fetching balance...