Logo
  • API Servers
  • Authentication

General:

  • Login user
  • Logout user
  • Get Beey version
  • Get password settings

Speakers:

  • Add speaker
  • Get speaker
  • Get speakers
  • Update speaker
  • Delete speaker

Projects:

  • Create new project
  • Get project by Id
  • Update project by Id
  • Delete project by Id
  • Get filtered list of projects
  • Get list of projects via full-text search
  • Share project
  • Get users with shared access
  • Enqueue project for transcription
  • Get enqueued projects
  • Add project metadata
  • Get project metadata
  • Delete project metadata
  • Add project tags
  • Get project tags
  • Delete project tags
  • Download media file
  • Download transcription
  • Download machine transcription
  • Upload transcription
  • Upload machine transcription
  • Get supported export formats
  • Export project

Current User:

  • Change password
  • Get login and user info
Beey API
  • Get list of projects via full-text search
  • View page source

Get list of projects via full-text search

POST /API/Project/ListWithFullTextSearch

Get filtered list of projects with full-text search

Also uses full-text search in text and speakers. Response contains text highlights.

Query Parameters:
  • skip (integer)

  • count (integer)

  • orderon (string) – created, updated, length, name

  • orderby (string) – ascending, descending

  • createdFrom (string)

  • createdTo (string)

  • updatedFrom (string)

  • updatedTo (string)

  • lengthFrom (number)

  • lengthTo (number)

  • mediaHasVideo (boolean)

  • tag (array)

  • allFullText (string)

  • projectNameFullText (string)

  • transcriptionFullText (string)

  • speakerFullText (string)

  • notesFullText (string)

Status Codes:
  • 200 OK – Paginated list of projects with text highlights

Previous Next

© Copyright 2025, Newton Technologies, a.s..

Built with Sphinx using a theme provided by Read the Docs.

Documentation version: 1.0