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_KEYYou can obtain your API key from the dashboard after creating your first project.
3. Create Your First Project
Go to the dashboard
Click "New Project"
Enter a name and description for your project
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
In your project settings, go to the "API Keys" section
Click "Generate New Key"
Enter a name for your key
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