/v2/users/{userAppId.userId}/apps/{userAppId.appId}/concepts/mappings/jobs
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
application/json
V2PostConceptMappingJobsRequest
| Property | Type | Required |
|---|---|---|
| userAppId | object | optional |
| conceptMappingJobs | array | optional |
| └ conceptIds | array | optional |
| └ knowledgeGraphId | string | optional |
An unexpected error response.
A successful response.
POST /v2/users/{userAppId.userId}/apps/{userAppId.appId}/concepts/mappings/jobs
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/concepts/relations
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| conceptId | query | optional | string | The subject concept id in your app to get all the relationships for. When listing all the relations it will only return one direction of the relationship When providing a concept_id, if a hyponym is present in the DB such as: |
| predicate | query | optional | string | If predicate is provided then only list relations with that predicate. Note that if no subject is set in concept_id and predicate is set to Valid predicates are:
|
| knowledgeGraphId | query | optional | string | If knowledge_graph_id is provided then just list relations from that knowledge graph. |
| page | query | optional | integer | (optional URL parameter) The page number. Pagination is used to split the results into chunks. |
| perPage | query | optional | integer | (optional URL parameter) The number of results that will be contained in each page. Defaults |
An unexpected error response.
A successful response.
GET /v2/users/{userAppId.userId}/apps/{userAppId.appId}/concepts/relations
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/concepts/searches
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
application/json
V2PostConceptsSearchesRequest
| Property | Type | Required |
|---|---|---|
| extraInfo | object | optional |
| └ rankableModel | object | optional |
| └ id | string | optional |
| └ name | string | optional |
| └ task | string | optional |
| └ appId | string | optional |
| └ image | object | optional |
| └ url | string | optional |
| └ base64 | string | optional |
| └ hosted | object | optional |
| └ imageInfo | object | optional |
| └ allowDuplicateUrl | boolean | optional |
| └ notes | string | optional |
| └ userId | string | optional |
| └ presets | object | optional |
| └ metadata | object | optional |
| └ toolkits | array | optional |
| └ useCases | array | optional |
| └ createdAt | string | optional |
| └ isStarred | boolean | optional |
| └ languages | array | optional |
| └ starCount | integer | optional |
| └ modifiedAt | string | optional |
| └ outputInfo | object | optional |
| └ data | object | optional |
| └ params | object | optional |
| └ message | string | optional |
| └ fieldsMap | object | optional |
| └ paramsSpecs | array | optional |
| └ outputConfig | object | optional |
| └ visibility | object | optional |
| └ gettable | string | optional |
| └ description | string | optional |
| └ displayName | string | optional |
| └ …7 more | object | optional |
| userAppId | object | optional |
| pagination | object | optional |
| └ page | integer | optional |
| └ perPage | integer | optional |
| conceptQuery | object | optional |
| └ name | string | optional |
| └ language | string | optional |
| └ useCases | array | optional |
| └ workflowId | string | optional |
An unexpected error response.
A successful response.
POST /v2/users/{userAppId.userId}/apps/{userAppId.appId}/concepts/searches
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/concepts/status
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| page | query | optional | integer | (optional URL parameter) The page number. Pagination is used to split the results into chunks. |
| perPage | query | optional | integer | (optional URL parameter) The number of results that will be contained in each page. Defaults |
An unexpected error response.
A successful response.
GET /v2/users/{userAppId.userId}/apps/{userAppId.appId}/concepts/status
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/concepts/{conceptId}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| conceptId | path | required | string | The concept’s id. |
An unexpected error response.
A successful response.
GET /v2/users/{userAppId.userId}/apps/{userAppId.appId}/concepts/{conceptId}
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/concepts/{conceptId}/languages
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| conceptId | path | required | string | — |
| page | query | optional | integer | (optional URL parameter) The page number. Pagination is used to split the results into chunks. |
| perPage | query | optional | integer | (optional URL parameter) The number of results that will be contained in each page. Defaults |
An unexpected error response.
A successful response.
GET /v2/users/{userAppId.userId}/apps/{userAppId.appId}/concepts/{conceptId}/languages
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/concepts/{conceptId}/languages
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| conceptId | path | required | string | — |
application/json
V2PatchConceptLanguagesRequest
| Property | Type | Required |
|---|---|---|
| action | string | optional |
| userAppId | object | optional |
| conceptLanguages | array | optional |
| └ id | string | optional |
| └ name | string | optional |
| └ definition | string | optional |
An unexpected error response.
A successful response.
PATCH /v2/users/{userAppId.userId}/apps/{userAppId.appId}/concepts/{conceptId}/languages
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/concepts/{conceptId}/languages
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| conceptId | path | required | string | — |
application/json
V2PostConceptLanguagesRequest
| Property | Type | Required |
|---|---|---|
| userAppId | object | optional |
| conceptLanguages | array | optional |
| └ id | string | optional |
| └ name | string | optional |
| └ definition | string | optional |
An unexpected error response.
A successful response.
POST /v2/users/{userAppId.userId}/apps/{userAppId.appId}/concepts/{conceptId}/languages
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/concepts/{conceptId}/languages/{language}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| conceptId | path | required | string | — |
| language | path | required | string | This is the language identifier. |
An unexpected error response.
A successful response.
GET /v2/users/{userAppId.userId}/apps/{userAppId.appId}/concepts/{conceptId}/languages/{language}
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/concepts/{conceptId}/relations
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| conceptId | path | required | string | The concept to delete relationship for. |
application/json
V2DeleteConceptRelationsRequest
| Property | Type | Required |
|---|---|---|
| ids | array | optional |
| userAppId | object | optional |
An unexpected error response.
A successful response.
DELETE /v2/users/{userAppId.userId}/apps/{userAppId.appId}/concepts/{conceptId}/relations
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/concepts/{conceptId}/relations
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| conceptId | path | required | string | The subject concept id in your app to get all the relationships for. When listing all the relations it will only return one direction of the relationship When providing a concept_id, if a hyponym is present in the DB such as: |
| predicate | query | optional | string | If predicate is provided then only list relations with that predicate. Note that if no subject is set in concept_id and predicate is set to Valid predicates are:
|
| knowledgeGraphId | query | optional | string | If knowledge_graph_id is provided then just list relations from that knowledge graph. |
| page | query | optional | integer | (optional URL parameter) The page number. Pagination is used to split the results into chunks. |
| perPage | query | optional | integer | (optional URL parameter) The number of results that will be contained in each page. Defaults |
An unexpected error response.
A successful response.
GET /v2/users/{userAppId.userId}/apps/{userAppId.appId}/concepts/{conceptId}/relations
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/concepts/{conceptId}/relations
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| conceptId | path | required | string | The subject concept id you’re going to add relations for. |
application/json
V2PostConceptRelationsRequest
| Property | Type | Required |
|---|---|---|
| userAppId | object | optional |
| conceptRelations | array | optional |
| └ id | string | optional |
| └ predicate | string | optional |
| └ visibility | object | optional |
| └ gettable | string | optional |
| └ objectConcept | object | optional |
| └ id | string | optional |
| └ name | string | optional |
| └ appId | string | optional |
| └ value | number | optional |
| └ userId | string | optional |
| └ vocabId | string | optional |
| └ language | string | optional |
| └ createdAt | string | optional |
| └ extraInfo | object | optional |
| └ isRankable | boolean | optional |
| └ definition | string | optional |
| └ visibility | object | optional |
| └ gettable | string | optional |
| └ keypointInfo | object | optional |
| └ skeleton | array | optional |
| └ keypointNames | array | optional |
| └ subjectConcept | object | optional |
| └ id | string | optional |
| └ name | string | optional |
| └ appId | string | optional |
| └ value | number | optional |
| └ userId | string | optional |
| └ vocabId | string | optional |
| └ language | string | optional |
| └ createdAt | string | optional |
| └ extraInfo | object | optional |
| └ isRankable | boolean | optional |
| └ definition | string | optional |
| └ visibility | object | optional |
| └ gettable | string | optional |
| └ keypointInfo | object | optional |
| └ skeleton | array | optional |
| └ keypointNames | array | optional |
| └ knowledgeGraphId | string | optional |
An unexpected error response.
A successful response.
POST /v2/users/{userAppId.userId}/apps/{userAppId.appId}/concepts/{conceptId}/relations
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
application/json
V2DeleteDatasetsRequest
| Property | Type | Required |
|---|---|---|
| userAppId | object | optional |
| datasetIds | array | optional |
An unexpected error response.
A successful response.
DELETE /v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| page | query | optional | integer | (optional URL parameter) The page number. Pagination is used to split the results into chunks. |
| perPage | query | optional | integer | (optional URL parameter) The number of results that will be contained in each page. Defaults |
| additionalFields | query | optional | array | — |
| sortAscending | query | optional | boolean | Sorting options: |
| sortByCreatedAt | query | optional | boolean | Whether to order by the created_at time. |
| sortByStarCount | query | optional | boolean | Whether to order by the number of users stared the app |
| sortByModifiedAt | query | optional | boolean | If neither sort option is set to true, will sort by modified_at. |
| sortById | query | optional | boolean | Whether to order by the external id |
| starredOnly | query | optional | boolean | Filtering options: |
| bookmark | query | optional | boolean | Filter datasets by bookmark. If set, only return bookmarked datasets. Otherwise none bookmarked datasets only. |
| search | query | optional | string | Searching options:
Keywords are both normalized for search (so searching for “satisfy” matches “satisfied”) NOTE: Both the list of fields searched and the exact keyword matching |
| id | query | optional | string | Fuzzy filter on dataset ID |
An unexpected error response.
A successful response.
GET /v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
application/json
V2PatchDatasetsRequest
| Property | Type | Required |
|---|---|---|
| action | string | optional |
| datasets | array | optional |
| └ id | string | optional |
| └ appId | string | optional |
| └ image | object | optional |
| └ url | string | optional |
| └ base64 | string | optional |
| └ hosted | object | optional |
| └ sizes | array | optional |
| └ prefix | string | optional |
| └ suffix | string | optional |
| └ crossorigin | string | optional |
| └ imageInfo | object | optional |
| └ width | integer | optional |
| └ format | string | optional |
| └ height | integer | optional |
| └ colorMode | string | optional |
| └ allowDuplicateUrl | boolean | optional |
| └ notes | string | optional |
| └ userId | string | optional |
| └ version | object | optional |
| └ id | string | optional |
| └ appId | string | optional |
| └ status | object | optional |
| └ code | string | optional |
| └ reqId | string | optional |
| └ details | string | optional |
| └ stackTrace | array | optional |
| └ description | string | optional |
| └ redirectInfo | object | optional |
| └ timeRemaining | integer | optional |
| └ developerNotes | string | optional |
| └ internalDetails | string | optional |
| └ percentCompleted | integer | optional |
| └ userId | string | optional |
| └ metrics | object | optional |
| └ metadata | object | optional |
| └ createdAt | string | optional |
| └ datasetId | string | optional |
| └ exportInfo | object | optional |
| └ coco | object | optional |
| └ clarifaiDataJson | object | optional |
| └ clarifaiDataProtobuf | object | optional |
| └ modifiedAt | string | optional |
| └ visibility | object | optional |
| └ gettable | string | optional |
| └ description | string | optional |
| └ processingInfo | object | optional |
| └ frameInterpolationInfo | object | optional |
| └ modelPredictConfig | object | optional |
| └ model | object | optional |
| └ embedModelVersionIds | array | optional |
| └ annotationFilterConfig | object | optional |
| └ annotationFilter | object | optional |
| └ ignoreEmptyInputs | boolean | optional |
| └ metadata | object | optional |
| └ createdAt | string | optional |
| └ isStarred | boolean | optional |
| └ starCount | integer | optional |
| └ modifiedAt | string | optional |
| └ visibility | object | optional |
| └ gettable | string | optional |
| └ description | string | optional |
| └ bookmarkOrigin | object | optional |
| └ id | string | optional |
| └ appId | string | optional |
| └ userId | string | optional |
| └ resourceType | string | optional |
| └ defaultProcessingInfo | object | optional |
| └ frameInterpolationInfo | object | optional |
| └ sampleMs | integer | optional |
| └ defaultAnnotationFilter | object | optional |
| └ id | string | optional |
| └ appId | string | optional |
| └ search | object | optional |
| └ id | string | optional |
| └ asOf | string | optional |
| └ name | string | optional |
| └ save | boolean | optional |
| └ query | object | optional |
| └ metric | string | optional |
| └ gitHash | string | optional |
| └ minValue | number | optional |
| └ algorithm | string | optional |
| └ createdAt | string | optional |
| └ modifiedAt | string | optional |
| └ visibility | object | optional |
| └ applicationId | string | optional |
| └ userId | string | optional |
| └ createdAt | string | optional |
| └ modifiedAt | string | optional |
| userAppId | object | optional |
An unexpected error response.
A successful response.
PATCH /v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
application/json
V2PostDatasetsRequest
| Property | Type | Required |
|---|---|---|
| datasets | array | optional |
| └ id | string | optional |
| └ appId | string | optional |
| └ image | object | optional |
| └ url | string | optional |
| └ base64 | string | optional |
| └ hosted | object | optional |
| └ sizes | array | optional |
| └ prefix | string | optional |
| └ suffix | string | optional |
| └ crossorigin | string | optional |
| └ imageInfo | object | optional |
| └ width | integer | optional |
| └ format | string | optional |
| └ height | integer | optional |
| └ colorMode | string | optional |
| └ allowDuplicateUrl | boolean | optional |
| └ notes | string | optional |
| └ userId | string | optional |
| └ version | object | optional |
| └ id | string | optional |
| └ appId | string | optional |
| └ status | object | optional |
| └ code | string | optional |
| └ reqId | string | optional |
| └ details | string | optional |
| └ stackTrace | array | optional |
| └ description | string | optional |
| └ redirectInfo | object | optional |
| └ timeRemaining | integer | optional |
| └ developerNotes | string | optional |
| └ internalDetails | string | optional |
| └ percentCompleted | integer | optional |
| └ userId | string | optional |
| └ metrics | object | optional |
| └ metadata | object | optional |
| └ createdAt | string | optional |
| └ datasetId | string | optional |
| └ exportInfo | object | optional |
| └ coco | object | optional |
| └ clarifaiDataJson | object | optional |
| └ clarifaiDataProtobuf | object | optional |
| └ modifiedAt | string | optional |
| └ visibility | object | optional |
| └ gettable | string | optional |
| └ description | string | optional |
| └ processingInfo | object | optional |
| └ frameInterpolationInfo | object | optional |
| └ modelPredictConfig | object | optional |
| └ model | object | optional |
| └ embedModelVersionIds | array | optional |
| └ annotationFilterConfig | object | optional |
| └ annotationFilter | object | optional |
| └ ignoreEmptyInputs | boolean | optional |
| └ metadata | object | optional |
| └ createdAt | string | optional |
| └ isStarred | boolean | optional |
| └ starCount | integer | optional |
| └ modifiedAt | string | optional |
| └ visibility | object | optional |
| └ gettable | string | optional |
| └ description | string | optional |
| └ bookmarkOrigin | object | optional |
| └ id | string | optional |
| └ appId | string | optional |
| └ userId | string | optional |
| └ resourceType | string | optional |
| └ defaultProcessingInfo | object | optional |
| └ frameInterpolationInfo | object | optional |
| └ sampleMs | integer | optional |
| └ defaultAnnotationFilter | object | optional |
| └ id | string | optional |
| └ appId | string | optional |
| └ search | object | optional |
| └ id | string | optional |
| └ asOf | string | optional |
| └ name | string | optional |
| └ save | boolean | optional |
| └ query | object | optional |
| └ metric | string | optional |
| └ gitHash | string | optional |
| └ minValue | number | optional |
| └ algorithm | string | optional |
| └ createdAt | string | optional |
| └ modifiedAt | string | optional |
| └ visibility | object | optional |
| └ applicationId | string | optional |
| └ userId | string | optional |
| └ createdAt | string | optional |
| └ modifiedAt | string | optional |
| userAppId | object | optional |
An unexpected error response.
A successful response.
POST /v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets/{datasetId}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| datasetId | path | required | string | Identify dataset by id. |
| additionalFields | query | optional | array | — |
An unexpected error response.
A successful response.
GET /v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets/{datasetId}
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets/{datasetId}/inputs
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| datasetId | path | required | string | Identify dataset by id. |
application/json
V2DeleteDatasetInputsRequest
| Property | Type | Required |
|---|---|---|
| inputIds | array | optional |
| userAppId | object | optional |
An unexpected error response.
A successful response.
DELETE /v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets/{datasetId}/inputs
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets/{datasetId}/inputs
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| datasetId | path | required | string | Identify dataset by id. |
| page | query | optional | integer | (optional URL parameter) The page number. Pagination is used to split the results into chunks. |
| perPage | query | optional | integer | (optional URL parameter) The number of results that will be contained in each page. Defaults |
An unexpected error response.
A successful response.
GET /v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets/{datasetId}/inputs
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets/{datasetId}/inputs
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| datasetId | path | required | string | Identify dataset by id. |
application/json
V2PostDatasetInputsRequest
| Property | Type | Required |
|---|---|---|
| search | object | optional |
| └ id | string | optional |
| └ asOf | string | optional |
| └ name | string | optional |
| └ save | boolean | optional |
| └ query | object | optional |
| └ ands | array | optional |
| └ input | object | optional |
| └ negate | boolean | optional |
| └ output | object | optional |
| └ annotation | object | optional |
| └ ranks | array | optional |
| └ negate | boolean | optional |
| └ annotation | object | optional |
| └ filters | array | optional |
| └ input | object | optional |
| └ negate | boolean | optional |
| └ annotation | object | optional |
| └ lastUpdatedTimeRange | object | optional |
| └ language | string | optional |
| └ metric | string | optional |
| └ gitHash | string | optional |
| └ minValue | number | optional |
| └ algorithm | string | optional |
| └ createdAt | string | optional |
| └ modifiedAt | string | optional |
| └ visibility | object | optional |
| └ gettable | string | optional |
| └ applicationId | string | optional |
| userAppId | object | optional |
| datasetInputs | array | optional |
| └ input | object | optional |
| └ id | string | optional |
| └ data | object | optional |
| └ geo | object | optional |
| └ hits | array | optional |
| └ text | object | optional |
| └ audio | object | optional |
| └ image | object | optional |
| └ video | object | optional |
| └ colors | array | optional |
| └ frames | array | optional |
| └ tracks | array | optional |
| └ regions | array | optional |
| └ clusters | array | optional |
| └ concepts | array | optional |
| └ heatmaps | array | optional |
| └ metadata | object | optional |
| └ embeddings | array | optional |
| └ timeSegments | array | optional |
| └ status | object | optional |
| └ code | string | optional |
| └ reqId | string | optional |
| └ details | string | optional |
| └ stackTrace | array | optional |
| └ description | string | optional |
| └ redirectInfo | object | optional |
| └ timeRemaining | integer | optional |
| └ developerNotes | string | optional |
| └ internalDetails | string | optional |
| └ percentCompleted | integer | optional |
| └ createdAt | string | optional |
| └ datasetIds | array | optional |
| └ modifiedAt | string | optional |
| └ createdAt | string | optional |
An unexpected error response.
A successful response.
POST /v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets/{datasetId}/inputs
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets/{datasetId}/inputs/{inputId}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| datasetId | path | required | string | Identify dataset by id. |
| inputId | path | required | string | Identify dataset input by id. |
An unexpected error response.
A successful response.
GET /v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets/{datasetId}/inputs/{inputId}
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets/{datasetId}/versions
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| datasetId | path | required | string | Identify dataset by id. |
application/json
V2DeleteDatasetVersionsRequest
| Property | Type | Required |
|---|---|---|
| userAppId | object | optional |
| datasetVersionIds | array | optional |
An unexpected error response.
A successful response.
DELETE /v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets/{datasetId}/versions
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets/{datasetId}/versions
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| datasetId | path | required | string | Identify dataset by id. |
| page | query | optional | integer | (optional URL parameter) The page number. Pagination is used to split the results into chunks. |
| perPage | query | optional | integer | (optional URL parameter) The number of results that will be contained in each page. Defaults |
An unexpected error response.
A successful response.
GET /v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets/{datasetId}/versions
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets/{datasetId}/versions
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| datasetId | path | required | string | Identify dataset by id. |
application/json
V2PatchDatasetVersionsRequest
| Property | Type | Required |
|---|---|---|
| action | string | optional |
| userAppId | object | optional |
| datasetVersions | array | optional |
| └ id | string | optional |
| └ appId | string | optional |
| └ status | object | optional |
| └ code | string | optional |
| └ reqId | string | optional |
| └ details | string | optional |
| └ stackTrace | array | optional |
| └ description | string | optional |
| └ redirectInfo | object | optional |
| └ url | string | optional |
| └ resourceType | string | optional |
| └ newResourceId | string | optional |
| └ oldResourceId | string | optional |
| └ timeRemaining | integer | optional |
| └ developerNotes | string | optional |
| └ internalDetails | string | optional |
| └ percentCompleted | integer | optional |
| └ userId | string | optional |
| └ metrics | object | optional |
| └ metadata | object | optional |
| └ createdAt | string | optional |
| └ datasetId | string | optional |
| └ exportInfo | object | optional |
| └ coco | object | optional |
| └ url | string | optional |
| └ size | string | optional |
| └ format | string | optional |
| └ status | object | optional |
| └ includeEmbeddings | boolean | optional |
| └ clarifaiDataJson | object | optional |
| └ url | string | optional |
| └ size | string | optional |
| └ format | string | optional |
| └ status | object | optional |
| └ includeEmbeddings | boolean | optional |
| └ clarifaiDataProtobuf | object | optional |
| └ url | string | optional |
| └ size | string | optional |
| └ format | string | optional |
| └ status | object | optional |
| └ includeEmbeddings | boolean | optional |
| └ modifiedAt | string | optional |
| └ visibility | object | optional |
| └ gettable | string | optional |
| └ description | string | optional |
| └ processingInfo | object | optional |
| └ frameInterpolationInfo | object | optional |
| └ sampleMs | integer | optional |
| └ modelPredictConfig | object | optional |
| └ model | object | optional |
| └ id | string | optional |
| └ name | string | optional |
| └ task | string | optional |
| └ appId | string | optional |
| └ image | object | optional |
| └ notes | string | optional |
| └ userId | string | optional |
| └ presets | object | optional |
| └ metadata | object | optional |
| └ toolkits | array | optional |
| └ useCases | array | optional |
| └ createdAt | string | optional |
| └ isStarred | boolean | optional |
| └ languages | array | optional |
| └ starCount | integer | optional |
| └ modifiedAt | string | optional |
| └ outputInfo | object | optional |
| └ visibility | object | optional |
| └ description | string | optional |
| └ displayName | string | optional |
| └ …7 more | object | optional |
| └ embedModelVersionIds | array | optional |
| └ annotationFilterConfig | object | optional |
| └ annotationFilter | object | optional |
| └ id | string | optional |
| └ appId | string | optional |
| └ search | object | optional |
| └ userId | string | optional |
| └ createdAt | string | optional |
| └ modifiedAt | string | optional |
| └ ignoreEmptyInputs | boolean | optional |
An unexpected error response.
A successful response.
PATCH /v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets/{datasetId}/versions
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets/{datasetId}/versions
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| datasetId | path | required | string | Identify dataset by id. |
application/json
V2PostDatasetVersionsRequest
| Property | Type | Required |
|---|---|---|
| userAppId | object | optional |
| datasetVersions | array | optional |
| └ id | string | optional |
| └ appId | string | optional |
| └ status | object | optional |
| └ code | string | optional |
| └ reqId | string | optional |
| └ details | string | optional |
| └ stackTrace | array | optional |
| └ description | string | optional |
| └ redirectInfo | object | optional |
| └ url | string | optional |
| └ resourceType | string | optional |
| └ newResourceId | string | optional |
| └ oldResourceId | string | optional |
| └ timeRemaining | integer | optional |
| └ developerNotes | string | optional |
| └ internalDetails | string | optional |
| └ percentCompleted | integer | optional |
| └ userId | string | optional |
| └ metrics | object | optional |
| └ metadata | object | optional |
| └ createdAt | string | optional |
| └ datasetId | string | optional |
| └ exportInfo | object | optional |
| └ coco | object | optional |
| └ url | string | optional |
| └ size | string | optional |
| └ format | string | optional |
| └ status | object | optional |
| └ includeEmbeddings | boolean | optional |
| └ clarifaiDataJson | object | optional |
| └ url | string | optional |
| └ size | string | optional |
| └ format | string | optional |
| └ status | object | optional |
| └ includeEmbeddings | boolean | optional |
| └ clarifaiDataProtobuf | object | optional |
| └ url | string | optional |
| └ size | string | optional |
| └ format | string | optional |
| └ status | object | optional |
| └ includeEmbeddings | boolean | optional |
| └ modifiedAt | string | optional |
| └ visibility | object | optional |
| └ gettable | string | optional |
| └ description | string | optional |
| └ processingInfo | object | optional |
| └ frameInterpolationInfo | object | optional |
| └ sampleMs | integer | optional |
| └ modelPredictConfig | object | optional |
| └ model | object | optional |
| └ id | string | optional |
| └ name | string | optional |
| └ task | string | optional |
| └ appId | string | optional |
| └ image | object | optional |
| └ notes | string | optional |
| └ userId | string | optional |
| └ presets | object | optional |
| └ metadata | object | optional |
| └ toolkits | array | optional |
| └ useCases | array | optional |
| └ createdAt | string | optional |
| └ isStarred | boolean | optional |
| └ languages | array | optional |
| └ starCount | integer | optional |
| └ modifiedAt | string | optional |
| └ outputInfo | object | optional |
| └ visibility | object | optional |
| └ description | string | optional |
| └ displayName | string | optional |
| └ …7 more | object | optional |
| └ embedModelVersionIds | array | optional |
| └ annotationFilterConfig | object | optional |
| └ annotationFilter | object | optional |
| └ id | string | optional |
| └ appId | string | optional |
| └ search | object | optional |
| └ userId | string | optional |
| └ createdAt | string | optional |
| └ modifiedAt | string | optional |
| └ ignoreEmptyInputs | boolean | optional |
An unexpected error response.
A successful response.
POST /v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets/{datasetId}/versions
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets/{datasetId}/versions/{datasetVersionId}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| datasetId | path | required | string | Identify dataset by id. |
| datasetVersionId | path | required | string | Identify dataset version by id. |
An unexpected error response.
A successful response.
GET /v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets/{datasetId}/versions/{datasetVersionId}
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets/{datasetId}/versions/{datasetVersionId}/exports
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| datasetId | path | required | string | Identify dataset by id. |
| datasetVersionId | path | required | string | Identify dataset version by id. |
application/json
V2PutDatasetVersionExportsRequest
| Property | Type | Required |
|---|---|---|
| exports | array | optional |
| └ url | string | optional |
| └ size | string | optional |
| └ format | string | optional |
| └ status | object | optional |
| └ code | string | optional |
| └ reqId | string | optional |
| └ details | string | optional |
| └ stackTrace | array | optional |
| └ description | string | optional |
| └ redirectInfo | object | optional |
| └ url | string | optional |
| └ resourceType | string | optional |
| └ newResourceId | string | optional |
| └ oldResourceId | string | optional |
| └ timeRemaining | integer | optional |
| └ developerNotes | string | optional |
| └ internalDetails | string | optional |
| └ percentCompleted | integer | optional |
| └ includeEmbeddings | boolean | optional |
| userAppId | object | optional |
An unexpected error response.
A successful response.
PUT /v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets/{datasetId}/versions/{datasetVersionId}/exports
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets/{datasetId}/versions/{datasetVersionId}/metrics
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| datasetId | path | required | string | Identify dataset by id. |
| datasetVersionId | path | required | string | Identify dataset version by id. |
| page | query | optional | integer | (optional URL parameter) The page number. Pagination is used to split the results into chunks. |
| perPage | query | optional | integer | (optional URL parameter) The number of results that will be contained in each page. Defaults |
| parentPaths | query | optional | array | Filter by parent path. Multiple parent paths are OR-ed. Empty list results in no filter. |
| types | query | optional | array | Filter by parent type. Multiple types are OR-ed. Empty list results in no filter.
|
An unexpected error response.
A successful response.
GET /v2/users/{userAppId.userId}/apps/{userAppId.appId}/datasets/{datasetId}/versions/{datasetVersionId}/metrics
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/duplications
A duplication job can be started by any user that can read from the source
application (the target of this call) and can create and write to the
destination application. The duplication is associated with the user that
created it, so in order to read the status and progress of the job, that
user’s ID has to be used in the call to GetAppDuplication, which might be
different to the source application owner ID in this call.
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
application/json
V2PostAppDuplicationsRequest
| Property | Type | Required |
|---|---|---|
| userAppId | object | optional |
| appDuplications | array | optional |
| └ id | string | optional |
| └ filter | object | optional |
| └ copyInputs | boolean | optional |
| └ copyModels | boolean | optional |
| └ copyConcepts | boolean | optional |
| └ copyWorkflows | boolean | optional |
| └ copyAnnotations | boolean | optional |
| └ copyInstalledModuleVersions | boolean | optional |
| └ status | object | optional |
| └ code | string | optional |
| └ reqId | string | optional |
| └ details | string | optional |
| └ stackTrace | array | optional |
| └ description | string | optional |
| └ redirectInfo | object | optional |
| └ url | string | optional |
| └ resourceType | string | optional |
| └ newResourceId | string | optional |
| └ oldResourceId | string | optional |
| └ timeRemaining | integer | optional |
| └ developerNotes | string | optional |
| └ internalDetails | string | optional |
| └ percentCompleted | integer | optional |
| └ newAppId | string | optional |
| └ progress | array | optional |
| └ field | string | optional |
| └ value | integer | optional |
| └ createdAt | string | optional |
| └ newAppName | string | optional |
| └ existingAppId | string | optional |
| └ destinationApp | object | optional |
| └ id | string | optional |
| └ name | string | optional |
| └ image | object | optional |
| └ url | string | optional |
| └ base64 | string | optional |
| └ hosted | object | optional |
| └ imageInfo | object | optional |
| └ allowDuplicateUrl | boolean | optional |
| └ notes | string | optional |
| └ userId | string | optional |
| └ metadata | object | optional |
| └ sampleMs | integer | optional |
| └ createdAt | string | optional |
| └ extraInfo | object | optional |
| └ searchRevisionMarker | string | optional |
| └ isStarred | boolean | optional |
| └ starCount | integer | optional |
| └ dataTierId | string | optional |
| └ isTemplate | boolean | optional |
| └ modifiedAt | string | optional |
| └ visibility | object | optional |
| └ gettable | string | optional |
| └ description | string | optional |
| └ defaultLanguage | string | optional |
| └ defaultWorkflow | object | optional |
| └ id | string | optional |
| └ appId | string | optional |
| └ image | object | optional |
| └ nodes | array | optional |
| └ notes | string | optional |
| └ userId | string | optional |
| └ version | object | optional |
| └ metadata | object | optional |
| └ useCases | array | optional |
| └ createdAt | string | optional |
| └ isStarred | boolean | optional |
| └ starCount | integer | optional |
| └ modifiedAt | string | optional |
| └ visibility | object | optional |
| └ description | string | optional |
| └ checkConsents | array | optional |
| └ bookmarkOrigin | object | optional |
| └ defaultWorkflowId | string | optional |
| └ legalConsentStatus | integer | optional |
| └ lastModifiedAt | string | optional |
An unexpected error response.
A successful response.
POST /v2/users/{userAppId.userId}/apps/{userAppId.appId}/duplications
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/evaluations
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| page | query | optional | integer | (optional URL parameter) The page number. Pagination is used to split the results into chunks. |
| perPage | query | optional | integer | (optional URL parameter) The number of results that will be contained in each page. Defaults |
| sortAscending | query | optional | boolean | If true, sort in ascending order, otherwise sort in descending order. |
| sortByAppId | query | optional | boolean | Whether to order by application id |
| sortByRocAuc | query | optional | boolean | Whether to order by eval metric summary.macro_avg_roc_auc |
| sortByF1 | query | optional | boolean | Whether to order by eval metric summary.f1 |
| sortByCreatedAt | query | optional | boolean | Whether to order by when the metric was created |
| sortByMeanAvgPrecision | query | optional | boolean | Whether to order by eval metric summary.mean_avg_precision_iou_50 |
| sortByPrecision | query | optional | boolean | Whether to order by eval metric summary.macro_avg_precision |
| sortByRecall | query | optional | boolean | Whether to order by eval metric summary.macro_avg_recall |
| sortByModelId | query | optional | boolean | — |
| sortByEvalDatasetId | query | optional | boolean | — |
| sortByTrainDatasetId | query | optional | boolean | — |
| modelTypeId | query | optional | string | Filter on model type id |
| evalDatasetIds | query | optional | array | Filter on dataset ID of the dataset version specified in the metric version |
| trainDatasetIds | query | optional | array | Filter on dataset ID of the dataset version specified by the model version |
| conceptIds | query | optional | array | Filter on concept IDs specified in the modele version’s output_info |
| showFailedMetrics | query | optional | boolean | Whether to show failed metrics, defaults to false |
An unexpected error response.
A successful response.
GET /v2/users/{userAppId.userId}/apps/{userAppId.appId}/evaluations
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/evaluations
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
application/json
V2PostEvaluationsRequest
| Property | Type | Required |
|---|---|---|
| userAppId | object | optional |
| evalMetrics | array | optional |
| └ id | string | optional |
| └ appId | string | optional |
| └ model | object | optional |
| └ id | string | optional |
| └ name | string | optional |
| └ task | string | optional |
| └ appId | string | optional |
| └ image | object | optional |
| └ url | string | optional |
| └ base64 | string | optional |
| └ hosted | object | optional |
| └ imageInfo | object | optional |
| └ allowDuplicateUrl | boolean | optional |
| └ notes | string | optional |
| └ userId | string | optional |
| └ presets | object | optional |
| └ metadata | object | optional |
| └ toolkits | array | optional |
| └ useCases | array | optional |
| └ createdAt | string | optional |
| └ isStarred | boolean | optional |
| └ languages | array | optional |
| └ starCount | integer | optional |
| └ modifiedAt | string | optional |
| └ outputInfo | object | optional |
| └ data | object | optional |
| └ params | object | optional |
| └ message | string | optional |
| └ fieldsMap | object | optional |
| └ paramsSpecs | array | optional |
| └ outputConfig | object | optional |
| └ visibility | object | optional |
| └ gettable | string | optional |
| └ description | string | optional |
| └ displayName | string | optional |
| └ …7 more | object | optional |
| └ status | object | optional |
| └ code | string | optional |
| └ reqId | string | optional |
| └ details | string | optional |
| └ stackTrace | array | optional |
| └ description | string | optional |
| └ redirectInfo | object | optional |
| └ url | string | optional |
| └ resourceType | string | optional |
| └ newResourceId | string | optional |
| └ oldResourceId | string | optional |
| └ timeRemaining | integer | optional |
| └ developerNotes | string | optional |
| └ internalDetails | string | optional |
| └ percentCompleted | integer | optional |
| └ userId | string | optional |
| └ summary | object | optional |
| └ lopqMetrics | array | optional |
| └ k | integer | optional |
| └ lopqNdcg | number | optional |
| └ bruteForceNdcg | number | optional |
| └ recallVsBruteForce | number | optional |
| └ kendallTauVsBruteForce | number | optional |
| └ mostFrequentCodePercent | number | optional |
| └ top1Accuracy | number | optional |
| └ top5Accuracy | number | optional |
| └ macroAvgRecall | number | optional |
| └ macroAvgRocAuc | number | optional |
| └ macroStdRocAuc | number | optional |
| └ macroAvgF1Score | number | optional |
| └ macroStdF1Score | number | optional |
| └ macroAvgPrecision | number | optional |
| └ meanAvgPrecisionIou50 | number | optional |
| └ meanAvgPrecisionIouRange | number | optional |
| └ testSet | array | optional |
| └ input | object | optional |
| └ id | string | optional |
| └ data | object | optional |
| └ status | object | optional |
| └ createdAt | string | optional |
| └ datasetIds | array | optional |
| └ modifiedAt | string | optional |
| └ annotation | object | optional |
| └ id | string | optional |
| └ data | object | optional |
| └ status | object | optional |
| └ taskId | string | optional |
| └ userId | string | optional |
| └ inputId | string | optional |
| └ trusted | boolean | optional |
| └ createdAt | string | optional |
| └ inputLevel | boolean | optional |
| └ modifiedAt | string | optional |
| └ consensusInfo | object | optional |
| └ annotationInfo | object | optional |
| └ modelVersionId | string | optional |
| └ workflowVersionId | string | optional |
| └ embedModelVersionId | string | optional |
| └ predictedConcepts | array | optional |
| └ id | string | optional |
| └ name | string | optional |
| └ appId | string | optional |
| └ value | number | optional |
| └ userId | string | optional |
| └ vocabId | string | optional |
| └ language | string | optional |
| └ createdAt | string | optional |
| └ extraInfo | object | optional |
| └ definition | string | optional |
| └ visibility | object | optional |
| └ keypointInfo | object | optional |
| └ groundTruthConcepts | array | optional |
| └ id | string | optional |
| └ name | string | optional |
| └ appId | string | optional |
| └ value | number | optional |
| └ userId | string | optional |
| └ vocabId | string | optional |
| └ language | string | optional |
| └ createdAt | string | optional |
| └ extraInfo | object | optional |
| └ definition | string | optional |
| └ visibility | object | optional |
| └ keypointInfo | object | optional |
| └ evalInfo | object | optional |
| └ params | object | optional |
| └ labelCounts | object | optional |
| └ positiveLabelCounts | array | optional |
| └ count | integer | optional |
| └ concept | object | optional |
| └ conceptName | string | optional |
| └ binaryMetrics | array | optional |
| └ f1 | number | optional |
| └ iou | number | optional |
| └ numNeg | integer | optional |
| └ numPos | integer | optional |
| └ numTot | integer | optional |
| └ rocAuc | number | optional |
| └ areaMax | number | optional |
| └ areaMin | number | optional |
| └ concept | object | optional |
| └ id | string | optional |
| └ name | string | optional |
| └ appId | string | optional |
| └ value | number | optional |
| └ userId | string | optional |
| └ vocabId | string | optional |
| └ language | string | optional |
| └ createdAt | string | optional |
| └ extraInfo | object | optional |
| └ definition | string | optional |
| └ visibility | object | optional |
| └ keypointInfo | object | optional |
| └ areaName | string | optional |
| └ rocCurve | object | optional |
| └ fpr | array | optional |
| └ tpr | array | optional |
| └ thresholds | array | optional |
| └ fprPerImage | array | optional |
| └ fprPerObject | array | optional |
| └ avgPrecision | number | optional |
| └ precisionRecallCurve | object | optional |
| └ recall | array | optional |
| └ precision | array | optional |
| └ thresholds | array | optional |
| └ metricsByArea | array | optional |
| └ f1 | number | optional |
| └ iou | number | optional |
| └ numNeg | integer | optional |
| └ numPos | integer | optional |
| └ numTot | integer | optional |
| └ rocAuc | number | optional |
| └ areaMax | number | optional |
| └ areaMin | number | optional |
| └ concept | object | optional |
| └ id | string | optional |
| └ name | string | optional |
| └ appId | string | optional |
| └ value | number | optional |
| └ userId | string | optional |
| └ vocabId | string | optional |
| └ language | string | optional |
| └ createdAt | string | optional |
| └ extraInfo | object | optional |
| └ definition | string | optional |
| └ visibility | object | optional |
| └ keypointInfo | object | optional |
| └ areaName | string | optional |
| └ rocCurve | object | optional |
| └ fpr | array | optional |
| └ tpr | array | optional |
| └ thresholds | array | optional |
| └ fprPerImage | array | optional |
| └ fprPerObject | array | optional |
| └ avgPrecision | number | optional |
| └ precisionRecallCurve | object | optional |
| └ recall | array | optional |
| └ precision | array | optional |
| └ thresholds | array | optional |
| └ metricsByClass | array | optional |
| └ f1 | number | optional |
| └ iou | number | optional |
| └ numNeg | integer | optional |
| └ numPos | integer | optional |
| └ numTot | integer | optional |
| └ rocAuc | number | optional |
| └ areaMax | number | optional |
| └ areaMin | number | optional |
| └ concept | object | optional |
| └ id | string | optional |
| └ name | string | optional |
| └ appId | string | optional |
| └ value | number | optional |
| └ userId | string | optional |
| └ vocabId | string | optional |
| └ language | string | optional |
| └ createdAt | string | optional |
| └ extraInfo | object | optional |
| └ definition | string | optional |
| └ visibility | object | optional |
| └ keypointInfo | object | optional |
| └ areaName | string | optional |
| └ rocCurve | object | optional |
| └ fpr | array | optional |
| └ tpr | array | optional |
| └ thresholds | array | optional |
| └ fprPerImage | array | optional |
| └ fprPerObject | array | optional |
| └ avgPrecision | number | optional |
| └ precisionRecallCurve | object | optional |
| └ recall | array | optional |
| └ precision | array | optional |
| └ thresholds | array | optional |
| └ trackerMetrics | array | optional |
| └ aiid | string | optional |
| └ motMota | number | optional |
| └ morseFrag | number | optional |
| └ avgPrecision | number | optional |
| └ motNumSwitches | integer | optional |
| └ uniqueSwitchRate | number | optional |
| └ confusionMatrix | object | optional |
| └ matrix | array | optional |
| └ value | number | optional |
| └ actual | string | optional |
| └ predicted | string | optional |
| └ actualConcept | object | optional |
| └ predictedConcept | object | optional |
| └ conceptIds | array | optional |
| └ extendedMetrics | object | optional |
| └ userMetrics | object | optional |
| └ cooccurrenceMatrix | object | optional |
| └ matrix | array | optional |
| └ col | string | optional |
| └ row | string | optional |
| └ count | integer | optional |
| └ conceptIds | array | optional |
| └ groundTruthDataset | object | optional |
| └ id | string | optional |
| └ appId | string | optional |
| └ image | object | optional |
| └ url | string | optional |
| └ base64 | string | optional |
| └ hosted | object | optional |
| └ imageInfo | object | optional |
| └ allowDuplicateUrl | boolean | optional |
| └ notes | string | optional |
| └ userId | string | optional |
| └ version | object | optional |
| └ id | string | optional |
| └ appId | string | optional |
| └ status | object | optional |
| └ userId | string | optional |
| └ metrics | object | optional |
| └ metadata | object | optional |
| └ createdAt | string | optional |
| └ datasetId | string | optional |
| └ exportInfo | object | optional |
| └ modifiedAt | string | optional |
| └ visibility | object | optional |
| └ description | string | optional |
| └ processingInfo | object | optional |
| └ modelPredictConfig | object | optional |
| └ embedModelVersionIds | array | optional |
| └ annotationFilterConfig | object | optional |
| └ metadata | object | optional |
| └ createdAt | string | optional |
| └ isStarred | boolean | optional |
| └ starCount | integer | optional |
| └ modifiedAt | string | optional |
| └ visibility | object | optional |
| └ gettable | string | optional |
| └ description | string | optional |
| └ bookmarkOrigin | object | optional |
| └ id | string | optional |
| └ appId | string | optional |
| └ userId | string | optional |
| └ resourceType | string | optional |
| └ defaultProcessingInfo | object | optional |
| └ frameInterpolationInfo | object | optional |
| └ defaultAnnotationFilter | object | optional |
| └ id | string | optional |
| └ appId | string | optional |
| └ search | object | optional |
| └ userId | string | optional |
| └ createdAt | string | optional |
| └ modifiedAt | string | optional |
| └ predictionsDataset | object | optional |
| └ id | string | optional |
| └ appId | string | optional |
| └ image | object | optional |
| └ url | string | optional |
| └ base64 | string | optional |
| └ hosted | object | optional |
| └ imageInfo | object | optional |
| └ allowDuplicateUrl | boolean | optional |
| └ notes | string | optional |
| └ userId | string | optional |
| └ version | object | optional |
| └ id | string | optional |
| └ appId | string | optional |
| └ status | object | optional |
| └ userId | string | optional |
| └ metrics | object | optional |
| └ metadata | object | optional |
| └ createdAt | string | optional |
| └ datasetId | string | optional |
| └ exportInfo | object | optional |
| └ modifiedAt | string | optional |
| └ visibility | object | optional |
| └ description | string | optional |
| └ processingInfo | object | optional |
| └ modelPredictConfig | object | optional |
| └ embedModelVersionIds | array | optional |
| └ annotationFilterConfig | object | optional |
| └ metadata | object | optional |
| └ createdAt | string | optional |
| └ isStarred | boolean | optional |
| └ starCount | integer | optional |
| └ modifiedAt | string | optional |
| └ visibility | object | optional |
| └ gettable | string | optional |
| └ description | string | optional |
| └ bookmarkOrigin | object | optional |
| └ id | string | optional |
| └ appId | string | optional |
| └ userId | string | optional |
| └ resourceType | string | optional |
| └ defaultProcessingInfo | object | optional |
| └ frameInterpolationInfo | object | optional |
| └ defaultAnnotationFilter | object | optional |
| └ id | string | optional |
| └ appId | string | optional |
| └ search | object | optional |
| └ userId | string | optional |
| └ createdAt | string | optional |
| └ modifiedAt | string | optional |
An unexpected error response.
A successful response.
POST /v2/users/{userAppId.userId}/apps/{userAppId.appId}/evaluations
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/evaluations/{evaluationId}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| evaluationId | path | required | string | — |
| fields.confusionMatrix | query | optional | boolean | — |
| fields.cooccurrenceMatrix | query | optional | boolean | — |
| fields.labelCounts | query | optional | boolean | — |
| fields.binaryMetrics | query | optional | boolean | — |
| fields.testSet | query | optional | boolean | — |
| fields.metricsByArea | query | optional | boolean | — |
| fields.metricsByClass | query | optional | boolean | — |
An unexpected error response.
A successful response.
GET /v2/users/{userAppId.userId}/apps/{userAppId.appId}/evaluations/{evaluationId}
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
application/json
V2DeleteInputsRequest
| Property | Type | Required |
|---|---|---|
| ids | array | optional |
| userAppId | object | optional |
An unexpected error response.
A successful response.
DELETE /v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| page | query | optional | integer | (optional URL parameter) The page number. Pagination is used to split the results into chunks. |
| perPage | query | optional | integer | (optional URL parameter) The number of results that will be contained in each page. Defaults |
| status.code | query | optional | string | Status code from internal codes.
expired cc, still in trial, feature not supported in your tier
Custom model has been already trained.
TODO: Knowledge graph related 80xxx
|
| status.description | query | optional | string | A short description of the error. |
| status.details | query | optional | string | More details of the given error. |
| status.stackTrace | query | optional | array | For some environment we may return a stack trace to help debug |
| status.percentCompleted | query | optional | integer | specifically for long running jobs |
| status.timeRemaining | query | optional | integer | if status is pending, how much time is remaining (in seconds) |
| status.reqId | query | optional | string | A request ID may be present, to help monitoring and tracking requests |
| status.internalDetails | query | optional | string | Internal Annotation (do not set in production, for internal Clarifai use only). |
| status.redirectInfo.url | query | optional | string | New location for the resource. Used to set response Location header. |
| status.redirectInfo.resourceType | query | optional | string | Resource type |
| status.redirectInfo.oldResourceId | query | optional | string | Old resource id |
| status.redirectInfo.newResourceId | query | optional | string | New resource id |
| status.developerNotes | query | optional | string | Notes for developer. |
| ids | query | optional | array | — |
An unexpected error response.
A successful response.
GET /v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
application/json
V2PatchInputsRequest
| Property | Type | Required |
|---|---|---|
| action | string | optional |
| inputs | array | optional |
| └ id | string | optional |
| └ data | object | optional |
| └ geo | object | optional |
| └ geoBox | array | optional |
| └ geoLimit | object | optional |
| └ geoPoint | object | optional |
| └ hits | array | optional |
| └ appId | string | optional |
| └ input | object | optional |
| └ score | number | optional |
| └ userId | string | optional |
| └ annotation | object | optional |
| └ text | object | optional |
| └ raw | string | optional |
| └ url | string | optional |
| └ hosted | object | optional |
| └ textInfo | object | optional |
| └ allowDuplicateUrl | boolean | optional |
| └ audio | object | optional |
| └ url | string | optional |
| └ base64 | string | optional |
| └ hosted | object | optional |
| └ audioInfo | object | optional |
| └ allowDuplicateUrl | boolean | optional |
| └ image | object | optional |
| └ url | string | optional |
| └ base64 | string | optional |
| └ hosted | object | optional |
| └ imageInfo | object | optional |
| └ allowDuplicateUrl | boolean | optional |
| └ video | object | optional |
| └ url | string | optional |
| └ base64 | string | optional |
| └ hosted | object | optional |
| └ videoInfo | object | optional |
| └ thumbnailUrl | string | optional |
| └ hostedThumbnail | object | optional |
| └ allowDuplicateUrl | boolean | optional |
| └ colors | array | optional |
| └ w3c | object | optional |
| └ value | number | optional |
| └ rawHex | string | optional |
| └ frames | array | optional |
| └ id | string | optional |
| └ data | object | optional |
| └ frameInfo | object | optional |
| └ tracks | array | optional |
| └ id | string | optional |
| └ data | object | optional |
| └ quality | number | optional |
| └ timeInfo | object | optional |
| └ regions | array | optional |
| └ id | string | optional |
| └ data | object | optional |
| └ value | number | optional |
| └ trackId | string | optional |
| └ regionInfo | object | optional |
| └ clusters | array | optional |
| └ id | string | optional |
| └ hits | array | optional |
| └ count | integer | optional |
| └ score | number | optional |
| └ projection | array | optional |
| └ concepts | array | optional |
| └ id | string | optional |
| └ name | string | optional |
| └ appId | string | optional |
| └ value | number | optional |
| └ userId | string | optional |
| └ vocabId | string | optional |
| └ language | string | optional |
| └ createdAt | string | optional |
| └ extraInfo | object | optional |
| └ definition | string | optional |
| └ visibility | object | optional |
| └ keypointInfo | object | optional |
| └ heatmaps | array | optional |
| └ url | string | optional |
| └ base64 | string | optional |
| └ hosted | object | optional |
| └ imageInfo | object | optional |
| └ allowDuplicateUrl | boolean | optional |
| └ metadata | object | optional |
| └ embeddings | array | optional |
| └ vector | array | optional |
| └ numDimensions | integer | optional |
| └ timeSegments | array | optional |
| └ id | string | optional |
| └ data | object | optional |
| └ timeInfo | object | optional |
| └ status | object | optional |
| └ code | string | optional |
| └ reqId | string | optional |
| └ details | string | optional |
| └ stackTrace | array | optional |
| └ description | string | optional |
| └ redirectInfo | object | optional |
| └ url | string | optional |
| └ resourceType | string | optional |
| └ newResourceId | string | optional |
| └ oldResourceId | string | optional |
| └ timeRemaining | integer | optional |
| └ developerNotes | string | optional |
| └ internalDetails | string | optional |
| └ percentCompleted | integer | optional |
| └ createdAt | string | optional |
| └ datasetIds | array | optional |
| └ modifiedAt | string | optional |
| userAppId | object | optional |
An unexpected error response.
A successful response.
PATCH /v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
application/json
V2PostInputsRequest
| Property | Type | Required |
|---|---|---|
| inputs | array | optional |
| └ id | string | optional |
| └ data | object | optional |
| └ geo | object | optional |
| └ geoBox | array | optional |
| └ geoLimit | object | optional |
| └ geoPoint | object | optional |
| └ hits | array | optional |
| └ appId | string | optional |
| └ input | object | optional |
| └ score | number | optional |
| └ userId | string | optional |
| └ annotation | object | optional |
| └ text | object | optional |
| └ raw | string | optional |
| └ url | string | optional |
| └ hosted | object | optional |
| └ textInfo | object | optional |
| └ allowDuplicateUrl | boolean | optional |
| └ audio | object | optional |
| └ url | string | optional |
| └ base64 | string | optional |
| └ hosted | object | optional |
| └ audioInfo | object | optional |
| └ allowDuplicateUrl | boolean | optional |
| └ image | object | optional |
| └ url | string | optional |
| └ base64 | string | optional |
| └ hosted | object | optional |
| └ imageInfo | object | optional |
| └ allowDuplicateUrl | boolean | optional |
| └ video | object | optional |
| └ url | string | optional |
| └ base64 | string | optional |
| └ hosted | object | optional |
| └ videoInfo | object | optional |
| └ thumbnailUrl | string | optional |
| └ hostedThumbnail | object | optional |
| └ allowDuplicateUrl | boolean | optional |
| └ colors | array | optional |
| └ w3c | object | optional |
| └ value | number | optional |
| └ rawHex | string | optional |
| └ frames | array | optional |
| └ id | string | optional |
| └ data | object | optional |
| └ frameInfo | object | optional |
| └ tracks | array | optional |
| └ id | string | optional |
| └ data | object | optional |
| └ quality | number | optional |
| └ timeInfo | object | optional |
| └ regions | array | optional |
| └ id | string | optional |
| └ data | object | optional |
| └ value | number | optional |
| └ trackId | string | optional |
| └ regionInfo | object | optional |
| └ clusters | array | optional |
| └ id | string | optional |
| └ hits | array | optional |
| └ count | integer | optional |
| └ score | number | optional |
| └ projection | array | optional |
| └ concepts | array | optional |
| └ id | string | optional |
| └ name | string | optional |
| └ appId | string | optional |
| └ value | number | optional |
| └ userId | string | optional |
| └ vocabId | string | optional |
| └ language | string | optional |
| └ createdAt | string | optional |
| └ extraInfo | object | optional |
| └ definition | string | optional |
| └ visibility | object | optional |
| └ keypointInfo | object | optional |
| └ heatmaps | array | optional |
| └ url | string | optional |
| └ base64 | string | optional |
| └ hosted | object | optional |
| └ imageInfo | object | optional |
| └ allowDuplicateUrl | boolean | optional |
| └ metadata | object | optional |
| └ embeddings | array | optional |
| └ vector | array | optional |
| └ numDimensions | integer | optional |
| └ timeSegments | array | optional |
| └ id | string | optional |
| └ data | object | optional |
| └ timeInfo | object | optional |
| └ status | object | optional |
| └ code | string | optional |
| └ reqId | string | optional |
| └ details | string | optional |
| └ stackTrace | array | optional |
| └ description | string | optional |
| └ redirectInfo | object | optional |
| └ url | string | optional |
| └ resourceType | string | optional |
| └ newResourceId | string | optional |
| └ oldResourceId | string | optional |
| └ timeRemaining | integer | optional |
| └ developerNotes | string | optional |
| └ internalDetails | string | optional |
| └ percentCompleted | integer | optional |
| └ createdAt | string | optional |
| └ datasetIds | array | optional |
| └ modifiedAt | string | optional |
| userAppId | object | optional |
| inputsAddJobId | string | optional |
| inputIdConflictResolution | string | optional |
An unexpected error response.
A successful response.
POST /v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs/annotations
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
application/json
V2DeleteAnnotations3Request
| Property | Type | Required |
|---|---|---|
| ids | array | optional |
| inputIds | array | optional |
| userAppId | object | optional |
An unexpected error response.
A successful response.
DELETE /v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs/annotations
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs/data_sources
The cloud URL will be treated as a filter prefix. For example s3:/bucket/images_folder/abc will process
files in the images_folder beginning with abc or in a subfolder beginning with abc.
For example:
bucket/images_folder/abcImage.png
bucket/images_folder/abc-1/Data.zip
If given URL is for a private bucket or file, then credentials should be provided to access the bucket.
Credentials should include rights to list the objects in the bucket, except when pointed directly at a file archive,
in which case it only requires rights to access that particular file.
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
application/json
V2PostInputsDataSourcesRequest
| Property | Type | Required |
|---|---|---|
| appPat | string | optional |
| userAppId | object | optional |
| callBackUrl | string | optional |
| dataSources | array | optional |
| └ url | object | optional |
| └ url | string | optional |
| └ credentials | object | optional |
| └ s3Creds | object | optional |
| └ gcpCreds | string | optional |
| └ azureBlobCreds | object | optional |
| └ inputTemplate | object | optional |
| └ id | string | optional |
| └ data | object | optional |
| └ geo | object | optional |
| └ hits | array | optional |
| └ text | object | optional |
| └ audio | object | optional |
| └ image | object | optional |
| └ video | object | optional |
| └ colors | array | optional |
| └ frames | array | optional |
| └ tracks | array | optional |
| └ regions | array | optional |
| └ clusters | array | optional |
| └ concepts | array | optional |
| └ heatmaps | array | optional |
| └ metadata | object | optional |
| └ embeddings | array | optional |
| └ timeSegments | array | optional |
| └ status | object | optional |
| └ code | string | optional |
| └ reqId | string | optional |
| └ details | string | optional |
| └ stackTrace | array | optional |
| └ description | string | optional |
| └ redirectInfo | object | optional |
| └ timeRemaining | integer | optional |
| └ developerNotes | string | optional |
| └ internalDetails | string | optional |
| └ percentCompleted | integer | optional |
| └ createdAt | string | optional |
| └ datasetIds | array | optional |
| └ modifiedAt | string | optional |
| └ inputsAddJobId | string | optional |
| └ inputIdConflictResolution | string | optional |
An unexpected error response.
A successful response.
POST /v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs/data_sources
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs/jobs/add
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| page | query | optional | integer | (optional URL parameter) The page number. Pagination is used to split the results into chunks. |
| perPage | query | optional | integer | (optional URL parameter) The number of results that will be contained in each page. Defaults |
An unexpected error response.
A successful response.
GET /v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs/jobs/add
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs/jobs/add/{id}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| id | path | required | string | id of add inputs job |
An unexpected error response.
A successful response.
GET /v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs/jobs/add/{id}
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs/jobs/add/{id}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| id | path | required | string | id of add inputs job to be cancelled |
application/json
V2CancelInputsAddJobRequest
| Property | Type | Required |
|---|---|---|
| userAppId | object | optional |
An unexpected error response.
A successful response.
PATCH /v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs/jobs/add/{id}
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs/jobs/extraction
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| page | query | optional | integer | (optional URL parameter) The page number. Pagination is used to split the results into chunks. |
| perPage | query | optional | integer | (optional URL parameter) The number of results that will be contained in each page. Defaults |
An unexpected error response.
A successful response.
GET /v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs/jobs/extraction
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs/jobs/extraction
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
application/json
V2CancelInputsExtractionJobsRequest
| Property | Type | Required |
|---|---|---|
| ids | array | optional |
| userAppId | object | optional |
An unexpected error response.
A successful response.
PATCH /v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs/jobs/extraction
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs/jobs/extraction/{inputsExtractionJobId}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| inputsExtractionJobId | path | required | string | — |
An unexpected error response.
A successful response.
GET /v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs/jobs/extraction/{inputsExtractionJobId}
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs/searches
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
application/json
V2PatchAnnotationsSearchesRequest
| Property | Type | Required |
|---|---|---|
| action | string | optional |
| searches | array | optional |
| └ id | string | optional |
| └ asOf | string | optional |
| └ name | string | optional |
| └ save | boolean | optional |
| └ query | object | optional |
| └ ands | array | optional |
| └ input | object | optional |
| └ negate | boolean | optional |
| └ output | object | optional |
| └ annotation | object | optional |
| └ ranks | array | optional |
| └ negate | boolean | optional |
| └ annotation | object | optional |
| └ filters | array | optional |
| └ input | object | optional |
| └ negate | boolean | optional |
| └ annotation | object | optional |
| └ lastUpdatedTimeRange | object | optional |
| └ language | string | optional |
| └ metric | string | optional |
| └ gitHash | string | optional |
| └ minValue | number | optional |
| └ algorithm | string | optional |
| └ createdAt | string | optional |
| └ modifiedAt | string | optional |
| └ visibility | object | optional |
| └ gettable | string | optional |
| └ applicationId | string | optional |
| userAppId | object | optional |
An unexpected error response.
A successful response.
PATCH /v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs/searches
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs/searches
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
application/json
V2PostInputsSearchesRequest
| Property | Type | Required |
|---|---|---|
| searches | array | optional |
| └ id | string | optional |
| └ asOf | string | optional |
| └ name | string | optional |
| └ save | boolean | optional |
| └ query | object | optional |
| └ ands | array | optional |
| └ input | object | optional |
| └ negate | boolean | optional |
| └ output | object | optional |
| └ annotation | object | optional |
| └ ranks | array | optional |
| └ negate | boolean | optional |
| └ annotation | object | optional |
| └ filters | array | optional |
| └ input | object | optional |
| └ negate | boolean | optional |
| └ annotation | object | optional |
| └ lastUpdatedTimeRange | object | optional |
| └ language | string | optional |
| └ metric | string | optional |
| └ gitHash | string | optional |
| └ minValue | number | optional |
| └ algorithm | string | optional |
| └ createdAt | string | optional |
| └ modifiedAt | string | optional |
| └ visibility | object | optional |
| └ gettable | string | optional |
| └ applicationId | string | optional |
| onlyCount | boolean | optional |
| userAppId | object | optional |
| pagination | object | optional |
| └ page | integer | optional |
| └ perPage | integer | optional |
An unexpected error response.
A successful response.
POST /v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs/searches
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs/status
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
An unexpected error response.
A successful response.
GET /v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs/status
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs/stream
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| perPage | query | optional | integer | (optional URL parameter) The number of results that will be contained in each page. Defaults |
| lastId | query | optional | string | — |
| orderById | query | optional | boolean | By default, the endpoint return inputs by the time when it is added. |
| descending | query | optional | boolean | — |
An unexpected error response.
A successful response.
GET /v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs/stream
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs/uploads
Associated inputs-add-job contains an upload id which should be completed through PutUploadContentParts endpoint.
Completing the upload will automatically begin unpacking the archive and uploading the contents as inputs.
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
application/json
V2PostInputsUploadsRequest
| Property | Type | Required |
|---|---|---|
| userAppId | object | optional |
| inputsUploads | array | optional |
| └ appPat | string | optional |
| └ upload | object | optional |
| └ id | string | optional |
| └ status | object | optional |
| └ code | string | optional |
| └ reqId | string | optional |
| └ details | string | optional |
| └ stackTrace | array | optional |
| └ description | string | optional |
| └ redirectInfo | object | optional |
| └ timeRemaining | integer | optional |
| └ developerNotes | string | optional |
| └ internalDetails | string | optional |
| └ percentCompleted | integer | optional |
| └ createdAt | string | optional |
| └ expiresAt | string | optional |
| └ contentUrl | string | optional |
| └ modifiedAt | string | optional |
| └ contentName | string | optional |
| └ contentLength | string | optional |
| └ inputTemplate | object | optional |
| └ id | string | optional |
| └ data | object | optional |
| └ geo | object | optional |
| └ hits | array | optional |
| └ text | object | optional |
| └ audio | object | optional |
| └ image | object | optional |
| └ video | object | optional |
| └ colors | array | optional |
| └ frames | array | optional |
| └ tracks | array | optional |
| └ regions | array | optional |
| └ clusters | array | optional |
| └ concepts | array | optional |
| └ heatmaps | array | optional |
| └ metadata | object | optional |
| └ embeddings | array | optional |
| └ timeSegments | array | optional |
| └ status | object | optional |
| └ code | string | optional |
| └ reqId | string | optional |
| └ details | string | optional |
| └ stackTrace | array | optional |
| └ description | string | optional |
| └ redirectInfo | object | optional |
| └ timeRemaining | integer | optional |
| └ developerNotes | string | optional |
| └ internalDetails | string | optional |
| └ percentCompleted | integer | optional |
| └ createdAt | string | optional |
| └ datasetIds | array | optional |
| └ modifiedAt | string | optional |
| └ inputsAddJobId | string | optional |
| └ inputIdConflictResolution | string | optional |
An unexpected error response.
A successful response.
POST /v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs/uploads
/v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs/{inputId}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| userAppId.userId | path | required | string | Note user_id ‘me’ is reserved - it is the alias for the id of authorized user |
| userAppId.appId | path | required | string | — |
| inputId | path | required | string | — |
An unexpected error response.
A successful response.
DELETE /v2/users/{userAppId.userId}/apps/{userAppId.appId}/inputs/{inputId}