Integration overview
SmallTalk Assessment automates the language assessment process. The API lets a partner connect that experience to a customer's existing business workflow.
Customer setup
- The customer creates a SmallTalk account and obtains a token.
- The partner stores that token in its integration configuration.
- The partner sends the token in the
Authorizationheader on every API request.
Assessment flow
- Select a test and candidate.
- Send the assessment invitation.
- Provide the returned
test_linkto the candidate yourself, or use SmallTalk's email delivery. - The candidate completes the test on the SmallTalk website.
- SmallTalk can notify the partner's callback URL when the status changes.
- The partner requests the latest test status and results.
Base URL
text
https://app.smalltalk2.me/api/integrationAuthentication
http
Authorization: Bearer <token>Keep the token on your server. Do not expose it in browser code or commit it to source control.
Core endpoints
| Method | Path | Purpose |
|---|---|---|
GET | /list_tests | List tests available to the organization. |
POST | /send_test | Create and send a candidate assessment. |
GET | /test_status | Read assessment status and results. |
Continue with the quickstart or open the API reference.