Intella Connect API Inquiry

Knowledge Base Article: Intella Connect API Inquiry

This article addresses inquiries regarding the availability of an API for Intella Connect and provides guidance on how to integrate various external processes, such as offline AI transcription, with existing cases in Intella.

Inquiry Details

Users may want to know if there is a published API for Intella Connect that allows them to inject extracted text from offline AI transcription back into an existing case. Specifically, they may ask if it is possible to merge new transcribed data with the original case and associate it with the correct media files. It is important to note that transcription is just one example of how users might want to utilize an API; other potential use cases include translation and external OCR (Optical Character Recognition) processing.

Current Status

  • API Availability: An API for Intella Connect is currently being considered for future implementation. Users should stay updated on future releases for this feature.

  • Alternative Solution: In the meantime, users are encouraged to utilize the Intella Command Line (IntellaCmd). This tool can perform various tasks related to data integration and manipulation, including working with transcribed text, translations, and external OCR results. Detailed instructions can be found in the Command Line chapter of the Intella User Manual.

Example IntellaCmd Invocation

Here is an example of how to invoke IntellaCmd for a specific task:

intellacmd --import "path/to/transcribed_text.txt" --case "ExistingCaseName"

This command imports the transcribed text into the specified existing case.

Useful Resources

Conclusion

While the API for Intella Connect is not yet available, users can leverage the Intella Command Line for their integration needs. For further updates on the API and additional support, users should refer to the official Intella documentation.