Get Started with Postman
Our Postman collection provides pre-configured API requests for πθχ's developer interface. Use this collection to quickly test endpoints, manage authentication, and integrate with our decentralized research infrastructure.
📥 Download CollectionSave the JSON file and import it directly into Postman
Quick Usage
1. Import Collection
- • Open Postman Desktop Application
- • Navigate to "Collections"
- • Click "Import" and select our JSON file
2. Configure API Key
Replace the placeholder in the "Authentication" section:
Authorization: Bearer YOUR_API_KEY
Example Flows
Data Query
POST /v1/data/query
{ "query": "SELECT * WHERE { ?s ?p ?o } LIMIT 10" }
Network Analysis
GET /v1/network/topology
Parameters: - depth: 5 - protocol: ipfs