Jtheta.ai Docs
Launch Jtheta.ai
  • Getting Started
    • 🎯Introduction
  • 🧑‍💻Login/Signup
  • WORKSPACE MANAGEMENT
    • 🏡Create Workspace
    • 🗝️User Access
    • 👨‍💼User Management
  • PROJECT MANAGEMENT
    • 📍Create Project
    • 🖊️Annotation
      • ✈️AI Assist
      • ⏪Review
      • 🌀Types of Annotation
  • 📖Project Analytics
  • DATASET MANAGEMENT
    • ◀️Release Version
    • 📁Manage Dataset
    • 📰Clone Dataset
  • Jtheta REST API
    • ⚙️Jtheta API documentation
    • 🔐Get started with REST API
      • Authentication
      • Create Project
      • Create Dataset
      • Upload images to a Dataset
      • Get Annotation Status
      • Request Annotations
      • Delete Project
      • Download Dataset
  • AUTHENTICATION
    • 🔑 Create JTheta API Key
  • PYTHON SDK
    • JTheta Python SDK
Powered by GitBook
On this page
  1. Jtheta REST API
  2. Get started with REST API

Create Project

PreviousAuthenticationNextCreate Dataset
🔐

Create a new project

post
Body
project_titlestringRequired
project_categorystringRequired
Responses
201
Project created
400
Bad request
401
Unauthorized
post
POST /create_project/ HTTP/1.1
Host: api.jtheta.ai
Content-Type: application/json
Accept: */*
Content-Length: 50

{
  "project_title": "text",
  "project_category": "text"
}

No content