For the complete documentation index, see llms.txt. This page is also available as Markdown.

プラットフォーム API OpenAPI

Roboflow Platform のリソース向け HTTP API を参照・テストできます。

で Platform API を使用します https://api.roboflow.com ワークスペース、プロジェクト、データセット、トレーニング、Workflows、および関連リソースを管理するために。

Roboflow の API キーで認証します。 Authorization: Bearer ヘッダーまたは api_key クエリパラメータ。参照 REST API で認証する.

これは、このサイトで文書化されている公開 Platform API 操作のための初期リファレンスです。Platform API はまだ完全な機械可読スキーマを公開していないため、一部のリクエストおよびレスポンスオブジェクトは未確定のままです。

モデルおよび Workflow 実行エンドポイントについては、 Inference Server OpenAPI.

また、 ソース OpenAPI ドキュメントをダウンロードすることもできます.

ワークスペースとプロジェクト

Verify credentials and get the authenticated workspace

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/

Get a workspace and its projects

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}

Create a project

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
201

Created.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/projects

Fork a Universe project

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
202

Accepted for asynchronous processing.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/projects/fork

Get a project and its versions

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/{project}

Move a project to Trash

delete

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
delete/{workspace}/{project}

Get dataset health metrics

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/{project}/health

List models for a project

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/{project}/models

Get a dataset version

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

versioninteger · 最小: 1必須

Dataset version number.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/{project}/{version}

Move a dataset version to Trash

delete

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

versioninteger · 最小: 1必須

Dataset version number.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
delete/{workspace}/{project}/{version}

API キー

List workspace API keys

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/api-keys

Create a workspace API key

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
201

Created.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/api-keys

Get the workspace publishable API key

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/api-keys/publishable

Get an API key

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

keyIdstring必須

API key ID.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/api-keys/{keyId}

Update an API key

patch

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

keyIdstring必須

API key ID.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
patch/{workspace}/api-keys/{keyId}

Revoke an API key

delete

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

keyIdstring必須

API key ID.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
delete/{workspace}/api-keys/{keyId}

プロジェクトフォルダ

List project folders

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/groups

Create a project folder

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
201

Created.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/groups

Update a project folder

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

folderIdstring必須

Project folder ID.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/groups/{folderId}

Delete a project folder

delete

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

folderIdstring必須

Project folder ID.

レスポンス
204

Completed with no response body.

コンテンツなし

delete/{workspace}/groups/{folderId}

コンテンツなし

Add or remove projects in a folder

patch

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

folderIdstring必須

Project folder ID.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
204

Completed with no response body.

コンテンツなし

patch/{workspace}/groups/{folderId}/projects

コンテンツなし

Remove projects from a folder

delete

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

folderIdstring必須

Project folder ID.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
204

Completed with no response body.

コンテンツなし

delete/{workspace}/groups/{folderId}/projects

コンテンツなし

データセットのバージョンとトレーニング

Generate a dataset version

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
202

Accepted for asynchronous processing.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/{project}/generate

Export a dataset version

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

versioninteger · 最小: 1必須

Dataset version number.

formatstring必須

Dataset export format.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/{project}/{version}/{format}

Start a training job

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

versioninteger · 最小: 1必須

Dataset version number.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
202

Accepted for asynchronous processing.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/{project}/{version}/train

Cancel a queued training job

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

versioninteger · 最小: 1必須

Dataset version number.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/{project}/{version}/train/cancel

Stop an active training job

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

versioninteger · 最小: 1必須

Dataset version number.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/{project}/{version}/train/stop

Get training results

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

versioninteger · 最小: 1必須

Dataset version number.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/{project}/{version}/training/results

List training runs

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

versioninteger · 最小: 1必須

Dataset version number.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/{project}/{version}/v2/trainings

Create a training run

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

versioninteger · 最小: 1必須

Dataset version number.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
202

Accepted for asynchronous processing.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/{project}/{version}/v2/trainings

Get a training run

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

versioninteger · 最小: 1必須

Dataset version number.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/{project}/{version}/v2/trainings/get

Get the accepted training recipe

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

versioninteger · 最小: 1必須

Dataset version number.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/{project}/{version}/v2/trainings/recipe

Cancel a queued training run

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

versioninteger · 最小: 1必須

Dataset version number.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/{project}/{version}/v2/trainings/cancel

Stop an active training run

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

versioninteger · 最小: 1必須

Dataset version number.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/{project}/{version}/v2/trainings/stop

Move a training run to Trash

delete

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

versioninteger · 最小: 1必須

Dataset version number.

trainingIdstring必須

Training run ID.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
delete/{workspace}/{project}/{version}/v2/trainings/{trainingId}

画像とバッチ

Upload an image

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
projectstring必須

Project URL slug.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/dataset/{project}/upload

Upload an annotation

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
projectstring必須

Project URL slug.

imageIdstring必須

Image ID.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/dataset/{project}/annotate/{imageId}

Get image details

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

imageIdstring必須

Image ID.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/{project}/images/{imageId}

Delete images from a project

delete

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
204

Completed with no response body.

コンテンツなし

delete/{workspace}/{project}/images

コンテンツなし

Add or remove image tags

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

imageIdstring必須

Image ID.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/{project}/images/{imageId}/tags

Update metadata and tags for one image

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

imageIdstring必須

Image ID.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/images/{imageId}/metadata

Update metadata and tags for multiple images

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
202

Accepted for asynchronous processing.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/images/metadata

List image batches

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/{project}/batches

Get an image batch

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

batchIdstring必須

Image batch ID.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/{project}/batches/{batchId}

Start a dataset ZIP upload

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
202

Accepted for asynchronous processing.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/{project}/upload/zip

Get dataset ZIP upload status

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

taskIdstring必須

Asynchronous task ID.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/upload/zip/{taskId}

アノテーション

List annotation jobs

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/{project}/jobs

Create an annotation job

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
201

Created.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/{project}/jobs

Get an annotation job

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

jobIdstring必須

Job ID.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/{project}/jobs/{jobId}

Create an Auto Label job

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
202

Accepted for asynchronous processing.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/{project}/autolabel

Get Auto Label job status

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

jobIdstring必須

Job ID.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/autolabel/jobs/{jobId}

Workflows

List Workflows

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/workflows

Get a Workflow

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

workflowIdstring必須

Workflow URL slug.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/workflows/{workflowId}

Move a Workflow to Trash

delete

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

workflowIdstring必須

Workflow URL slug.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
delete/{workspace}/workflows/{workflowId}

List Workflow versions

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

workflowIdstring必須

Workflow URL slug.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/workflows/{workflowId}/versions

Create a Workflow

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
201

Created.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/createWorkflow

Update a Workflow

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/updateWorkflow

Fork a Workflow

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
201

Created.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/forkWorkflow

Create a Workflow token

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
201

Created.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/workflowToken

エージェント

Send a message to Roboflow Agent

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/agent/chat

Publish a Workflow created by Roboflow Agent

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

workflowIdstring必須

Workflow URL slug.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/agent/workflows/{workflowId}/publish

List Roboflow Agent conversations

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/agent/conversations

Get a Roboflow Agent conversation

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

conversationIdstring必須

Conversation ID.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/agent/conversations/{conversationId}

検索

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/universe/search

Search public Universe projects by image

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/universe/search

Search images in a project

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/{project}/search

Search images across a workspace

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/search/v1

Export image search results

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
202

Accepted for asynchronous processing.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/search/export

Get image search export status

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

taskIdstring必須

Asynchronous task ID.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/search/export/{taskId}

ゴミ箱とタスク

List deleted resources

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/trash

Restore a deleted resource

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/trash/restore

Get asynchronous task status

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

taskIdstring必須

Asynchronous task ID.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/asynctasks/{taskId}

デプロイ

Get project deployment settings

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/{project}/deploy

Select the deployed project model

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/{project}/deploy/model

Get Active Learning settings

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/{project}/deploy/active-learning

Enable Active Learning

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/{project}/deploy/active-learning/enable

Disable Active Learning

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/{project}/deploy/active-learning/disable

Update Active Learning settings

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/{project}/deploy/active-learning/configuration

List Active Learning images

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

projectstring必須

Project URL slug.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/{project}/deploy/active-learning/images

モニタリング

Get inference usage statistics

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/inference-stats

Attach metadata to inference records

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/inference-stats/metadata

Vision Events

Create a Vision Event

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
201

Created.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/vision-events

Create Vision Events in a batch

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
201

Created.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/vision-events/batch

Upload a Vision Event image

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/vision-events/upload

Query Vision Events

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/vision-events/query

Delete Vision Events

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/vision-events/delete

Get a custom metadata schema

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
useCaseIdstring必須

Vision Events use case ID.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/vision-events/custom-metadata-schema/{useCaseId}

List Vision Event use cases

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/vision-events/use-cases

Create a Vision Event use case

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
201

Created.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/vision-events/use-cases

Update a Vision Event use case

put

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
useCaseIdstring必須

Vision Events use case ID.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
put/vision-events/use-cases/{useCaseId}

Archive a Vision Event use case

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
useCaseIdstring必須

Vision Events use case ID.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/vision-events/use-cases/{useCaseId}/archive

Unarchive a Vision Event use case

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
useCaseIdstring必須

Vision Events use case ID.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/vision-events/use-cases/{useCaseId}/unarchive

Deployment Manager

List Deployment Manager devices

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/devices/v2

Register a Deployment Manager device

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
201

Created.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/devices/v2

Get the default device configuration

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/devices/v2/default-config

Get a device

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

deviceIdstring必須

Deployment Manager device ID.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/devices/v2/{deviceId}

Get device configuration

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

deviceIdstring必須

Deployment Manager device ID.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/devices/v2/{deviceId}/config

Get device configuration history

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

deviceIdstring必須

Deployment Manager device ID.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/devices/v2/{deviceId}/config/history

List device streams

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

deviceIdstring必須

Deployment Manager device ID.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/devices/v2/{deviceId}/streams

Get a device stream

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

deviceIdstring必須

Deployment Manager device ID.

streamIdstring必須

Device stream ID.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/devices/v2/{deviceId}/streams/{streamId}

Get device logs

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

deviceIdstring必須

Deployment Manager device ID.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/devices/v2/{deviceId}/logs

Get device telemetry

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

deviceIdstring必須

Deployment Manager device ID.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/devices/v2/{deviceId}/telemetry

Get device events

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

deviceIdstring必須

Deployment Manager device ID.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/devices/v2/{deviceId}/events

モデル評価

List model evaluations

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/model-evals

Get a model evaluation

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

evaluationIdstring必須

Model evaluation ID.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/model-evals/{evaluationId}

Get mAP results

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

evaluationIdstring必須

Model evaluation ID.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/model-evals/{evaluationId}/map-results

Get a confidence sweep

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

evaluationIdstring必須

Model evaluation ID.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/model-evals/{evaluationId}/confidence-sweep

Get performance by class

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

evaluationIdstring必須

Model evaluation ID.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/model-evals/{evaluationId}/performance-by-class

Get a confusion matrix

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

evaluationIdstring必須

Model evaluation ID.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/model-evals/{evaluationId}/confusion-matrix

Get vector analysis

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

evaluationIdstring必須

Model evaluation ID.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/model-evals/{evaluationId}/vector-analysis

Get image predictions

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

evaluationIdstring必須

Model evaluation ID.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/model-evals/{evaluationId}/image-predictions

Get evaluation recommendations

get

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

evaluationIdstring必須

Model evaluation ID.

レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
get/{workspace}/model-evals/{evaluationId}/recommendations

請求

Get a billing usage report

post

This operation is part of the public Roboflow Platform API.

認可
Authorizationstring必須

Roboflow API key or OAuth access token.

パスパラメータ
workspacestring必須

Workspace URL slug.

本文

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
レスポンス
200

Successful response.

application/json

Operation-specific JSON object. See the linked guide for defined fields.

Other propertiesanyオプション
post/{workspace}/billing-usage-report

最終更新

役に立ちましたか?