Quick Start

This guide will walk you through the essential steps to integrate Unturned into your AI application. Follow these steps to make your first API call.

1. Sign Up / Log In

Visit unturned.ai/signin to access your dashboard.

2. API Authentication

All API requests must include your API key in the request header:

X-API-Key: YOUR_API_KEY

You can obtain your API key from the dashboard after creating your first project.

3. Create Your First Project

  1. Go to the dashboard

  2. Click "New Project"

  3. Enter a name and description for your project

  4. Click "Create Project"

Note down your project_id from the project settings page. You'll need it for API calls.

4. Generate an API Key

  1. In your project settings, go to the "API Keys" section

  2. Click "Generate New Key"

  3. Enter a name for your key

  4. Click "Generate"

The API key will be displayed once. Make sure to copy and store it securely.

5. Upload a Document

Now, let's add some data to your project. You can upload files directly.

Unturned will start processing the document. You can check its status using the document ID.

6. Make an API Call (List Documents)

Let's list the documents in your project.

Congratulations! You've successfully set up a project, added data, and made your first call to the Unturned API. Explore the other sections of this documentation to learn more about specific features and endpoints.

Last updated