Logo
  • Migrating from API V1
  • Servers
  • Unified Responses
  • Authentication

Teams:

  • Get current team

Users:

  • Get current user

Projects:

  • Add project
  • Get project
  • Delete project

Search:

  • Search
  • Full text search

Transcription:

  • Upload media file
  • Enqueue project

Tags:

  • Add project tag
  • Get project tags
  • Delete project tag

Sharing:

  • Share project
  • Get users with shared access

Metadata:

  • Add project metadata
  • Get project metadata
  • Delete project metadata

Files:

  • Get project media file
  • Get project trsx

Exports:

  • Get project export formats
  • Get subtitle export formats
  • Get subtitle export variants
  • Export project
  • Export subtitles
Beey API
  • Full text search
  • View page source

Full text search

POST /XAPI/v2/Projects/FullTextSearch

Get filtered list of projects with full-text search

Gets a list of projects that match search criteria based on a full-text search. Unlike the normal search operation, this looks through all project transcriptions to match the searched for phrase.

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 full-text search

Response JSON Object:
  • Data (any)

Previous Next

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

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

Documentation version: 2.0