Skip to main content
This helper task takes existing human data, adjusts it to make it unique while keeping a natural feel, and lets you pull real user profile pictures for your own accounts.

Create Task​

Create the task with the createTask endpoint, or use our Software Development Kit to make your integration process even easier!

Example Request

Upon successfully submitting the task to us, you should receive a ‘taskId’ in the response.

Example Response

Response Fields:
  • taskId - Unique identifier for this task. Use this to retrieve results.

Getting Results

Retrieve the results using the getTaskResult method. or use our Software Development Kit to make your integration process even easier!

Example Request

Example Response

Response Fields:
  • biography - A real looking biography that a user would write.
  • profile-picture - A real looking profile picture.
  • username - A real looking username which would be mostly unclaimed.

Quick Start Example

Because this is a helper function, there is no official example available, but we do include quick start code in Python.