Skip to main content

Create Tags

Use this API to create new tags in drive

Request Body REQUIRED
askribeKey string

Your secret Askribe key. Can be obtained from your org's settings dashboard

driveId string

The id of your drive. It looks like RLXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX. This can be found on your drive dashboard.

tags object[]

List of tags to be created in the specified drive.

name string

Name of the tag

description string

Description of the tag

Responses
200

Returns list of newly created tags

Schema OPTIONAL
isSuccess boolean OPTIONAL
data object[] OPTIONAL
name string OPTIONAL

Name of the tag

description string OPTIONAL

Description of the tag

tagId string OPTIONAL

The id of the tag. It looks like RLITXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

driveId string OPTIONAL

The id of your drive. It looks like RLXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

createdAt int64 OPTIONAL

Timestamp when the tag was created

updatedAt int64 OPTIONAL

Timestamp when the tag was last updated

errorMessage string OPTIONAL
customError object OPTIONAL