Skip to main content

Add a class to a project

Add a new class to a project

Path Parameters
  • project_id integer required

    ID of the project to get

Request Body required
  • name string

    The class's name.

  • example string

    A usage example.

  • description string

    The class's description to help the annotator.

  • id integer

    The ID of the label

Responses

Class was created


Schema
  • name string

    The class's name.

  • example string

    A usage example.

  • description string

    The class's description to help the annotator.

  • id integer

    The ID of the label

Loading...