DocsAPI ReferenceAuthentication
API Reference

Authentication

API keys and OAuth for the FindSkills API.

All API requests require authentication. FindSkills supports both API keys and OAuth 2.0.

API Keys

Generate an API key from your account settings. Pass it as a Bearer token in the Authorization header.

text
Authorization: Bearer sk_live_xxxxxxxxxxxx

OAuth 2.0

For applications acting on behalf of users, use the OAuth 2.0 authorization code flow.

i

Never expose your API key in client-side code. Use server-side routes or environment variables.