Skip to main content

Easily Integrate
Prolific's API using Konfig's TypeScript SDK

Need a TypeScript SDK for Prolific's API?

Growing API Companies trust Konfig's SDKs to onboard developers to their API.

SnapTradeHumanloopSplititLeapGroundx

First, instantiate the SDK

It only takes a few lines of code.

index.ts

import { Prolific } from 'prolific-typescript-sdk';
const prolific = new Prolific({
/*
* The Prolific API uses API token to authenticate requests. You can create an API token directly from your settings.
*
* Your API token does not have an expiry date and carries full permission, so be sure to keep them secure.
*
* If your token is leaked, delete it and create a new one directly in the app.
*
* In your requests add `Authorization` header with the value `Token <your token>`.
*/
token: "AUTHORIZATION"
})

Then, send your first request

We made it really easy.

index.ts

// Delete survey
const deleteSingleSurveyResponse = prolific.surveys.deleteSingleSurvey({
surveyId: "SURVEY_ID"
})

Enjoy a buttery smooth developer experience with 78 SDK methods

How Konfig Works

Konfig collects APIs and automatically generates SDKs so you can focus on building your application.

openapi-examples

Konfig maintains the highest quality collection of OpenAPI Specifications on the internet in a GitHub repository

We pull OpenAPI Specifications from public sources, fix any errors, and make sure they pass our lint rules. We continually make sure the repository is up-to-date and collect up-time and response time metrics for every API.

openapi-examples-to-konfig

Generates AI-Augmented SDKs from openapi-examples

Our SDK generator is trusted by growing API companies and goes through a rigorous testing process to ensure the generated SDKs are high-quality and easy to use.

konfig-to-package-managers

Publishes to standard package managers

We publish to standard package managers like npm, PyPI, and Maven so you can easily integrate the SDK into your application.

Prolific

About Prolific

Prolific helps dedicated research teams to collect the very highest-quality human-powered data - at scale - using our simple-to-use platform to target and manage participants from our diverse, vetted participant pool. The truth matters: the best decisions, and biggest discoveries, are built on the highest-quality data. And with the increasing proliferation of AI, access to reliable, diverse data to develop and train AI models has never been more important. Created by researchers for researchers, Prolific was founded to provide a better way for researchers and organisations to get high-quality human data and feedback at scale for important research. Now, more than 30,000 researchers across academia and industry use Prolific to gather definitive human data and feedback from reliable, engaged and fairly-treated participants – with a new study launched every 3 minutes.

Keywords

research
data_collection
platform
participant_management
researchers
data_quality
user_testing
academic
surveys
online_research

Start integrating Prolific's API with Konfig