Create Box Skill cards on file
POST https://{{api.box.com}}/2.0/files/:file_id/metadata/global/boxSkillsCards
Applies one or more Box Skills metadata cards to a file.
https://developer.box.com/reference/post-files-id-metadata-global-boxSkillsCards
Request Body
{"cards"=>{"created_at"=>"2018-04-13T13:53:23-07:00", "type"=>"skill_card", "skill_card_type"=>"keyword", "skill_card_title"=>{"code"=>"labels", "message"=>"Labels"}, "skill"=>{"type"=>"service", "id"=>"image-recognition-service"}, "invocation"=>{"type"=>"skill_invocation", "id"=>"image-recognition-service-123"}, "entries"=>[{"text"=>"keyword1"}]}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
{"$canEdit":true,"$id":"01234500-12f1-1234-aa12-b1d234cb567e","$parent":"folder_59449484661,","$scope":"enterprise_27335","$template":"properties","$type":"properties-6bcba49f-ca6d-4d2a-a758-57fe6edf44d0","$typeVersion":2,"$version":1,"cards":{"created_at":"2018-04-13T13:53:23-07:00","type":"skill_card","skill_card_type":"keyword","skill_card_title":{"code":"labels","message":"Labels"},"skill":{"type":"service","id":"image-recognition-service"},"invocation":{"type":"skill_invocation","id":"image-recognition-service-123"},"entries":[{"text":"keyword1"}]}}