JobMojito
HomePublic pageAdmin app
HomePublic pageAdmin app
  1. interview_templates
  • Welcome
  • API keys creation
  • API usage and libraries
  • Vibe coding
  • Platform
    • Interview workflow
    • Interview scoring
    • Data privacy model
    • Custom web domain
  • Actions API
    • Client URL for new user
    • Client URL for existing user
    • Invite user
    • Interview result, details with transcript
    • Interview result, generate html/PDF report
    • Create interview, using position data
    • Create interview, using position data & candidate pre-screening
    • Create interview, using provided questions
  • Tables API
    • interview_def_set
      • /interview_def_set
      • /interview_def_set
      • /interview_def_set
      • /interview_def_set
    • interview_def_pre_screening
      • /interview_def_pre_screening
      • /interview_def_pre_screening
      • /interview_def_pre_screening
      • /interview_def_pre_screening
    • interview_def_question
      • /interview_def_question
      • /interview_def_question
      • /interview_def_question
      • /interview_def_question
    • interview_def_response
      • /interview_def_response
      • /interview_def_response
      • /interview_def_response
      • /interview_def_response
    • interview_file
      • /interview_file
      • /interview_file
      • /interview_file
      • /interview_file
    • interview_file_page
      • /interview_file_page
      • /interview_file_page
      • /interview_file_page
      • /interview_file_page
    • interview_result
      • /interview_result
      • /interview_result
      • /interview_result
      • /interview_result
    • interview_templates
      • /interview_templates
        GET
      • /interview_templates
        POST
      • /interview_templates
        DELETE
      • /interview_templates
        PATCH
    • interview_result_question
      • /interview_result_question
      • /interview_result_question
      • /interview_result_question
      • /interview_result_question
    • interview_result_pre_screening
      • /interview_result_pre_screening
      • /interview_result_pre_screening
      • /interview_result_pre_screening
      • /interview_result_pre_screening
    • knowledge_base
      • /knowledge_base
      • /knowledge_base
      • /knowledge_base
      • /knowledge_base
    • knowledge_base_store
      • /knowledge_base_store
      • /knowledge_base_store
      • /knowledge_base_store
      • /knowledge_base_store
    • knowledge_base_chunks
      • /knowledge_base_chunks
      • /knowledge_base_chunks
      • /knowledge_base_chunks
      • /knowledge_base_chunks
    • position_def_set
      • /position_def_set
      • /position_def_set
      • /position_def_set
      • /position_def_set
    • position_def_step
      • /position_def_step
      • /position_def_step
      • /position_def_step
      • /position_def_step
    • position_result
      • /position_result
      • /position_result
      • /position_result
      • /position_result
    • position_result_step
      • /position_result_step
      • /position_result_step
      • /position_result_step
      • /position_result_step
    • profile
      • /profile
      • /profile
      • /profile
      • /profile
    • profile_interview
      • /profile_interview
      • /profile_interview
      • /profile_interview
      • /profile_interview
  • Webhooks
    • Creating webhooks
    • Webhook: Interview submitted
  1. interview_templates

/interview_templates

GET
/interview_templates
interview_templates
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://cool.jobmojito.com/rest/v1/interview_templates?select=id&order=id&offset=0&limit=5' \
--header 'Range;' \
--header 'Range-Unit;' \
--header 'Prefer;' \
--header 'Apikey: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Im1vbXNidm5sdHN5ZGV6bW9lc3F0Iiwicm9sZSI6ImFub24iLCJpYXQiOjE2OTA3MDE0OTksImV4cCI6MjAwNjI3NzQ5OX0.MejArO571bSF0cav3fp_YQEhsF92yn440Iks7Wu1af8'
Response Response Example
200 - Example 1
[
  {
    "id": "gen_random_uuid()",
    "created_at": "now()",
    "updated_at": "now()",
    "deleted_at": "string",
    "status": "active",
    "name": "string",
    "visibility": "public",
    "video_provider": "string",
    "video_avatar_name": "string",
    "video_avatar_code": "string",
    "video_avatar_variant_name": "string",
    "video_avatar_image_url": "string",
    "video_avatar_video_url": "string",
    "video_voice_language": "string",
    "video_voice_character": "string",
    "video_voice_code": "string",
    "background_local_path": "string",
    "background_url": "string",
    "video_avatar_id": "string",
    "video_avatar_gender": "string",
    "video_avatar_variant_code": "string",
    "video_voice_name": "string",
    "video_voice_provider": "string",
    "video_voice_url": "string",
    "video_voice_language_name": "string",
    "background_name": "string",
    "merchant_id": "500924a8-3f5e-4c00-beb8-2efcde988aea",
    "media_text": "string",
    "media_url": "string",
    "mojito_language_code": "string",
    "type": "offline_elai",
    "background_blur": 0,
    "video_background_remove": true,
    "video_avatar_aspect_ratio": "string"
  }
]

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
select
string 
optional
Filtering Columns
Example:
id
order
string 
optional
Ordering
Example:
id
offset
string 
optional
Limiting and Pagination
Example:
0
limit
string 
optional
Limiting and Pagination
Example:
5
Header Params
Range
string 
optional
Limiting and Pagination
Range-Unit
string 
optional
Limiting and Pagination
Default:
items
Prefer
enum<string> 
optional
Preference
Allowed value:
count=none
Apikey
string 
optional
Anon key (constant value)
Example:
{{Apikey}}

Responses

🟢200OK
application/json
OK
Body
array of:
id
string <uuid>
required
Note:
This is a Primary Key.
Default:
gen_random_uuid()
created_at
string <timestamp with time zone>
required
Default:
now()
updated_at
string <timestamp with time zone>
optional
Default:
now()
deleted_at
string <timestamp with time zone>
optional
status
enum<string> <public.type_status>
required
Allowed values:
activedraftarchiveddeleted
Default:
active
name
string <text>
optional
visibility
enum<string> <public.type_visibility>
required
Allowed values:
publicmerchant_publicmerchant_invitemerchant_unlistedsub_item
Default:
public
video_provider
string <text>
optional
video_avatar_name
string <text>
optional
video_avatar_code
string <text>
optional
video_avatar_variant_name
string <text>
optional
video_avatar_image_url
string <text>
optional
video_avatar_video_url
string <text>
optional
video_voice_language
string <text>
optional
video_voice_character
string <text>
optional
video_voice_code
string <text>
optional
background_local_path
string <text>
optional
background_url
string <text>
optional
video_avatar_id
string <text>
optional
video_avatar_gender
string <text>
optional
video_avatar_variant_code
string <text>
optional
video_voice_name
string <text>
optional
video_voice_provider
string <text>
optional
video_voice_url
string <text>
optional
video_voice_language_name
string <text>
optional
background_name
string <text>
optional
merchant_id
string <uuid>
optional
Note:
This is a Foreign Key to merchant.id.
media_text
string <text>
optional
media_url
string <text>
optional
mojito_language_code
string <text>
optional
type
enum<string> <public.type_avatar>
required
Allowed values:
offline_elaioffline_synthesiainteractive_heygenoffline_heygen
Default:
offline_elai
background_blur
number 
optional
video_background_remove
boolean 
required
Default:
true
video_avatar_aspect_ratio
string <text>
optional
🟢206Success
Previous
/interview_result
Next
/interview_templates
Built with