Intelligence


Introduction
Ittybit natively supports Intelligence for common AI use cases.
Intelligence files are File Objects with a kind of speech, nsfw, description, tags, or prompt.
Media objects can contain one or more Intelligence files.
Intelligence files are formatted as JSON with a consistent schema containing rich data about the associated media.
Customers use intelligence files to power features like:
- Transcripts
- NSFW Filtering
- Tags and Descriptions
- Semantic Search
- Recommendations
- Open Graph Previews
Usage
Some customers use ittybit's stored JSON files directly. For example, fetching a speech file and using the text property to display a transcript.
Other customers generate intelligence files and then store the values in their database for later use.
Kinds
Intelligence files can be one of the following kinds:
speechdescriptionnsfwprompt
Speech
Speech files contain a transcript of the spoken content in a video or audio file.

See the Speech Tasks section for more information about creating new speech files.
Speech Tasks
Description
Get a text description of the content in an image, video, or audio file.


See the Description Tasks section for more information about creating new description files.
Description Tasks
NSFW
Detect if a video or image contains explicit content.

See the NSFW Tasks section for more information about creating new nsfw files.
NSFW Tasks
Prompt

See the Prompt Tasks section for more information about creating new prompt files.