Skip to main content

List all project's labels

List all project's labels

Path Parameters
  • project_id integer required

    ID of the project

Responses

OK


Schema array
  • id integer

    The ID of the label

  • name string

    The label's name.

GET /projects/:project_id/labels

Authorization

type: apiKeyname: Authorizationin: header

Request

Base URL
https://api.deepopinion.ai
Bearer
project_id — path required
curl -L -X GET 'https://api.deepopinion.ai/projects/:project_id/labels' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'