Skip to main content

A Box Skill metadata card that adds a transcript to a file.

type
enum<string>
required

The value will always be skill_card.

Available options:
skill_card
Example:

"skill_card"

skill_card_type
enum<string>
required

The value will always be transcript.

Available options:
transcript
Example:

"transcript"

skill
object
required

The service that applied this metadata.

invocation
object
required

The invocation of this service, used to track which instance of a service applied the metadata.

entries
object[]
required

An list of entries for the card. This represents the individual entries of the transcription.

created_at
string<date-time>

The optional date and time this card was created at.

Example:

"2018-04-13T13:53:23-07:00"

skill_card_title
object

The title of the card.

duration
integer

An optional total duration in seconds.

Used with a skill_card_type of transcript or timeline.

Example:

1000