Loading...
Loading...
Test API endpoints directly from your browser
curl -X GET \
https://api.imperiumos.com/api/v1/scores/current \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"Real-world examples to get you started quickly
import { ImperiumOS } from '@imperiumos/sdk';
const client = new ImperiumOS({
apiKey: process.env.IMPERIUMOS_API_KEY,
environment: 'production'
});
// Get current user's performance score
const score = await client.scores.getCurrent();
console.log(`Current PSF Score: ${score.value}`);* Enterprise limits are customized based on requirements
score.updatedinsight.generatedgoal.completedteam.member.addedintegration.connectedConnect ImperiumOS with your favorite tools