name: Endpoints
description: ''
endpoints:
-
custom: []
httpMethods:
- GET
uri: api/awards
metadata:
custom: []
groupName: Endpoints
groupDescription: ''
subgroup: ''
subgroupDescription: ''
title: ''
description: ''
authenticated: false
deprecated: false
headers:
Content-Type: application/json
Accept: application/json
urlParameters: []
cleanUrlParameters: []
queryParameters: []
cleanQueryParameters: []
bodyParameters: []
cleanBodyParameters: []
fileParameters: []
responses:
-
custom: []
status: 404
content: '{"success":false,"message":"The route api\/awards could not be found."}'
headers:
cache-control: 'no-cache, private'
content-type: application/json
access-control-allow-origin: '*'
description: null
responseFields: []
auth: []
controller: null
method: null
route: null
-
custom: []
httpMethods:
- GET
uri: 'api/awards/{id}'
metadata:
custom: []
groupName: Endpoints
groupDescription: ''
subgroup: ''
subgroupDescription: ''
title: ''
description: ''
authenticated: false
deprecated: false
headers:
Content-Type: application/json
Accept: application/json
urlParameters:
id:
custom: []
name: id
description: 'The ID of the award.'
required: true
example: consequatur
type: string
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
cleanUrlParameters:
id: consequatur
queryParameters: []
cleanQueryParameters: []
bodyParameters: []
cleanBodyParameters: []
fileParameters: []
responses:
-
custom: []
status: 404
content: '{"success":false,"message":"The route api\/awards\/consequatur could not be found."}'
headers:
cache-control: 'no-cache, private'
content-type: application/json
access-control-allow-origin: '*'
description: null
responseFields: []
auth: []
controller: null
method: null
route: null
-
custom: []
httpMethods:
- GET
uri: 'api/awards/{id}/scientists'
metadata:
custom: []
groupName: Endpoints
groupDescription: ''
subgroup: ''
subgroupDescription: ''
title: ''
description: ''
authenticated: false
deprecated: false
headers:
Content-Type: application/json
Accept: application/json
urlParameters:
id:
custom: []
name: id
description: 'The ID of the award.'
required: true
example: consequatur
type: string
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
cleanUrlParameters:
id: consequatur
queryParameters: []
cleanQueryParameters: []
bodyParameters: []
cleanBodyParameters: []
fileParameters: []
responses:
-
custom: []
status: 404
content: '{"success":false,"message":"The route api\/awards\/consequatur\/scientists could not be found."}'
headers:
cache-control: 'no-cache, private'
content-type: application/json
access-control-allow-origin: '*'
description: null
responseFields: []
auth: []
controller: null
method: null
route: null
-
custom: []
httpMethods:
- GET
uri: api/scientists
metadata:
custom: []
groupName: Endpoints
groupDescription: ''
subgroup: ''
subgroupDescription: ''
title: ''
description: ''
authenticated: false
deprecated: false
headers:
Content-Type: application/json
Accept: application/json
urlParameters: []
cleanUrlParameters: []
queryParameters: []
cleanQueryParameters: []
bodyParameters: []
cleanBodyParameters: []
fileParameters: []
responses:
-
custom: []
status: 404
content: '{"success":false,"message":"The route api\/scientists could not be found."}'
headers:
cache-control: 'no-cache, private'
content-type: application/json
access-control-allow-origin: '*'
description: null
responseFields: []
auth: []
controller: null
method: null
route: null
-
custom: []
httpMethods:
- GET
uri: 'api/scientists/{id}'
metadata:
custom: []
groupName: Endpoints
groupDescription: ''
subgroup: ''
subgroupDescription: ''
title: ''
description: ''
authenticated: false
deprecated: false
headers:
Content-Type: application/json
Accept: application/json
urlParameters:
id:
custom: []
name: id
description: 'The ID of the scientist.'
required: true
example: consequatur
type: string
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
cleanUrlParameters:
id: consequatur
queryParameters: []
cleanQueryParameters: []
bodyParameters: []
cleanBodyParameters: []
fileParameters: []
responses:
-
custom: []
status: 404
content: '{"success":false,"message":"The route api\/scientists\/consequatur could not be found."}'
headers:
cache-control: 'no-cache, private'
content-type: application/json
access-control-allow-origin: '*'
description: null
responseFields: []
auth: []
controller: null
method: null
route: null
-
custom: []
httpMethods:
- GET
uri: 'api/scientists/{id}/awards'
metadata:
custom: []
groupName: Endpoints
groupDescription: ''
subgroup: ''
subgroupDescription: ''
title: ''
description: ''
authenticated: false
deprecated: false
headers:
Content-Type: application/json
Accept: application/json
urlParameters:
id:
custom: []
name: id
description: 'The ID of the scientist.'
required: true
example: consequatur
type: string
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
cleanUrlParameters:
id: consequatur
queryParameters: []
cleanQueryParameters: []
bodyParameters: []
cleanBodyParameters: []
fileParameters: []
responses:
-
custom: []
status: 404
content: '{"success":false,"message":"The route api\/scientists\/consequatur\/awards could not be found."}'
headers:
cache-control: 'no-cache, private'
content-type: application/json
access-control-allow-origin: '*'
description: null
responseFields: []
auth: []
controller: null
method: null
route: null
-
custom: []
httpMethods:
- POST
uri: api/user/register
metadata:
custom: []
groupName: Endpoints
groupDescription: ''
subgroup: ''
subgroupDescription: ''
title: '---------------- Auth ----------------'
description: ''
authenticated: false
deprecated: false
headers:
Content-Type: application/json
Accept: application/json
urlParameters: []
cleanUrlParameters: []
queryParameters: []
cleanQueryParameters: []
bodyParameters:
name:
custom: []
name: name
description: 'Must not be greater than 255 characters.'
required: true
example: vmqeopfuudtdsufvyvddq
type: string
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
email:
custom: []
name: email
description: 'Must be a valid email address.'
required: true
example: kunde.eloisa@example.com
type: string
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
password:
custom: []
name: password
description: 'Must be at least 6 characters.'
required: true
example: '4[*UyPJ"}6'
type: string
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
cleanBodyParameters:
name: vmqeopfuudtdsufvyvddq
email: kunde.eloisa@example.com
password: '4[*UyPJ"}6'
fileParameters: []
responses: []
responseFields: []
auth: []
controller: null
method: null
route: null
-
custom: []
httpMethods:
- POST
uri: api/user/login
metadata:
custom: []
groupName: Endpoints
groupDescription: ''
subgroup: ''
subgroupDescription: ''
title: ''
description: ''
authenticated: false
deprecated: false
headers:
Content-Type: application/json
Accept: application/json
urlParameters: []
cleanUrlParameters: []
queryParameters: []
cleanQueryParameters: []
bodyParameters:
email:
custom: []
name: email
description: 'Must be a valid email address. The email of an existing record in the users table.'
required: true
example: qkunze@example.com
type: string
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
password:
custom: []
name: password
description: ''
required: true
example: 'O[2UZ5ij-e/dl4m{o,'
type: string
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
cleanBodyParameters:
email: qkunze@example.com
password: 'O[2UZ5ij-e/dl4m{o,'
fileParameters: []
responses: []
responseFields: []
auth: []
controller: null
method: null
route: null
-
custom: []
httpMethods:
- POST
uri: api/user/verify-email
metadata:
custom: []
groupName: Endpoints
groupDescription: ''
subgroup: ''
subgroupDescription: ''
title: '---------------- Email Verification ----------------'
description: ''
authenticated: false
deprecated: false
headers:
Content-Type: application/json
Accept: application/json
urlParameters: []
cleanUrlParameters: []
queryParameters: []
cleanQueryParameters: []
bodyParameters:
email:
custom: []
name: email
description: 'Must be a valid email address. The email of an existing record in the users table.'
required: true
example: qkunze@example.com
type: string
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
otp:
custom: []
name: otp
description: 'Must be 6 digits.'
required: true
example: '810798'
type: string
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
cleanBodyParameters:
email: qkunze@example.com
otp: '810798'
fileParameters: []
responses: []
responseFields: []
auth: []
controller: null
method: null
route: null
-
custom: []
httpMethods:
- POST
uri: api/user/resend-otp
metadata:
custom: []
groupName: Endpoints
groupDescription: ''
subgroup: ''
subgroupDescription: ''
title: ''
description: ''
authenticated: false
deprecated: false
headers:
Content-Type: application/json
Accept: application/json
urlParameters: []
cleanUrlParameters: []
queryParameters: []
cleanQueryParameters: []
bodyParameters:
email:
custom: []
name: email
description: 'Must be a valid email address. The email of an existing record in the users table.'
required: true
example: qkunze@example.com
type: string
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
cleanBodyParameters:
email: qkunze@example.com
fileParameters: []
responses: []
responseFields: []
auth: []
controller: null
method: null
route: null
-
custom: []
httpMethods:
- POST
uri: api/user/forgot-password
metadata:
custom: []
groupName: Endpoints
groupDescription: ''
subgroup: ''
subgroupDescription: ''
title: '---------------- Password Reset ----------------'
description: ''
authenticated: false
deprecated: false
headers:
Content-Type: application/json
Accept: application/json
urlParameters: []
cleanUrlParameters: []
queryParameters: []
cleanQueryParameters: []
bodyParameters:
email:
custom: []
name: email
description: 'Must be a valid email address. The email of an existing record in the users table.'
required: true
example: qkunze@example.com
type: string
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
cleanBodyParameters:
email: qkunze@example.com
fileParameters: []
responses: []
responseFields: []
auth: []
controller: null
method: null
route: null
-
custom: []
httpMethods:
- POST
uri: api/user/reset-password
metadata:
custom: []
groupName: Endpoints
groupDescription: ''
subgroup: ''
subgroupDescription: ''
title: ''
description: ''
authenticated: false
deprecated: false
headers:
Content-Type: application/json
Accept: application/json
urlParameters: []
cleanUrlParameters: []
queryParameters: []
cleanQueryParameters: []
bodyParameters:
email:
custom: []
name: email
description: 'Must be a valid email address. The email of an existing record in the users table.'
required: true
example: qkunze@example.com
type: string
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
otp:
custom: []
name: otp
description: 'Must be 6 digits.'
required: true
example: '810798'
type: string
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
password:
custom: []
name: password
description: 'Must be at least 6 characters.'
required: true
example: '[2UZ5ij-e/dl4'
type: string
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
cleanBodyParameters:
email: qkunze@example.com
otp: '810798'
password: '[2UZ5ij-e/dl4'
fileParameters: []
responses: []
responseFields: []
auth: []
controller: null
method: null
route: null
-
custom: []
httpMethods:
- POST
uri: api/user/resend-reset-password-otp
metadata:
custom: []
groupName: Endpoints
groupDescription: ''
subgroup: ''
subgroupDescription: ''
title: ''
description: ''
authenticated: false
deprecated: false
headers:
Content-Type: application/json
Accept: application/json
urlParameters: []
cleanUrlParameters: []
queryParameters: []
cleanQueryParameters: []
bodyParameters:
email:
custom: []
name: email
description: 'Must be a valid email address. The email of an existing record in the users table.'
required: true
example: qkunze@example.com
type: string
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
cleanBodyParameters:
email: qkunze@example.com
fileParameters: []
responses: []
responseFields: []
auth: []
controller: null
method: null
route: null
-
custom: []
httpMethods:
- POST
uri: api/user/auth/google
metadata:
custom: []
groupName: Endpoints
groupDescription: ''
subgroup: ''
subgroupDescription: ''
title: '---------------- Google OAuth ----------------'
description: ''
authenticated: false
deprecated: false
headers:
Content-Type: application/json
Accept: application/json
urlParameters: []
cleanUrlParameters: []
queryParameters: []
cleanQueryParameters: []
bodyParameters:
access_token:
custom: []
name: access_token
description: ''
required: true
example: consequatur
type: string
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
cleanBodyParameters:
access_token: consequatur
fileParameters: []
responses: []
responseFields: []
auth: []
controller: null
method: null
route: null
-
custom: []
httpMethods:
- GET
uri: api/user/profile
metadata:
custom: []
groupName: Endpoints
groupDescription: ''
subgroup: ''
subgroupDescription: ''
title: '---------------- Profile ----------------'
description: ''
authenticated: false
deprecated: false
headers:
Content-Type: application/json
Accept: application/json
urlParameters: []
cleanUrlParameters: []
queryParameters: []
cleanQueryParameters: []
bodyParameters: []
cleanBodyParameters: []
fileParameters: []
responses:
-
custom: []
status: 404
content: '{"success":false,"message":"The route api\/user\/profile could not be found."}'
headers:
cache-control: 'no-cache, private'
content-type: application/json
access-control-allow-origin: '*'
description: null
responseFields: []
auth: []
controller: null
method: null
route: null
-
custom: []
httpMethods:
- POST
uri: api/user/logout
metadata:
custom: []
groupName: Endpoints
groupDescription: ''
subgroup: ''
subgroupDescription: ''
title: ''
description: ''
authenticated: false
deprecated: false
headers:
Content-Type: application/json
Accept: application/json
urlParameters: []
cleanUrlParameters: []
queryParameters: []
cleanQueryParameters: []
bodyParameters: []
cleanBodyParameters: []
fileParameters: []
responses: []
responseFields: []
auth: []
controller: null
method: null
route: null
-
custom: []
httpMethods:
- GET
uri: api/news
metadata:
custom: []
groupName: Endpoints
groupDescription: ''
subgroup: ''
subgroupDescription: ''
title: ''
description: ''
authenticated: false
deprecated: false
headers:
Content-Type: application/json
Accept: application/json
urlParameters: []
cleanUrlParameters: []
queryParameters: []
cleanQueryParameters: []
bodyParameters: []
cleanBodyParameters: []
fileParameters: []
responses:
-
custom: []
status: 404
content: '{"success":false,"message":"The route api\/news could not be found."}'
headers:
cache-control: 'no-cache, private'
content-type: application/json
access-control-allow-origin: '*'
description: null
responseFields: []
auth: []
controller: null
method: null
route: null
-
custom: []
httpMethods:
- GET
uri: api/news/refresh
metadata:
custom: []
groupName: Endpoints
groupDescription: ''
subgroup: ''
subgroupDescription: ''
title: ''
description: ''
authenticated: false
deprecated: false
headers:
Content-Type: application/json
Accept: application/json
urlParameters: []
cleanUrlParameters: []
queryParameters: []
cleanQueryParameters: []
bodyParameters: []
cleanBodyParameters: []
fileParameters: []
responses:
-
custom: []
status: 404
content: '{"success":false,"message":"The route api\/news\/refresh could not be found."}'
headers:
cache-control: 'no-cache, private'
content-type: application/json
access-control-allow-origin: '*'
description: null
responseFields: []
auth: []
controller: null
method: null
route: null
-
custom: []
httpMethods:
- GET
uri: api/news/clear
metadata:
custom: []
groupName: Endpoints
groupDescription: ''
subgroup: ''
subgroupDescription: ''
title: ''
description: ''
authenticated: false
deprecated: false
headers:
Content-Type: application/json
Accept: application/json
urlParameters: []
cleanUrlParameters: []
queryParameters: []
cleanQueryParameters: []
bodyParameters: []
cleanBodyParameters: []
fileParameters: []
responses:
-
custom: []
status: 404
content: '{"success":false,"message":"The route api\/news\/clear could not be found."}'
headers:
cache-control: 'no-cache, private'
content-type: application/json
access-control-allow-origin: '*'
description: null
responseFields: []
auth: []
controller: null
method: null
route: null
-
custom: []
httpMethods:
- GET
uri: api/news/categories
metadata:
custom: []
groupName: Endpoints
groupDescription: ''
subgroup: ''
subgroupDescription: ''
title: ''
description: ''
authenticated: false
deprecated: false
headers:
Content-Type: application/json
Accept: application/json
urlParameters: []
cleanUrlParameters: []
queryParameters: []
cleanQueryParameters: []
bodyParameters: []
cleanBodyParameters: []
fileParameters: []
responses:
-
custom: []
status: 404
content: '{"success":false,"message":"The route api\/news\/categories could not be found."}'
headers:
cache-control: 'no-cache, private'
content-type: application/json
access-control-allow-origin: '*'
description: null
responseFields: []
auth: []
controller: null
method: null
route: null
-
custom: []
httpMethods:
- POST
uri: 'api/news/{articleId}/share'
metadata:
custom: []
groupName: Endpoints
groupDescription: ''
subgroup: ''
subgroupDescription: ''
title: ''
description: ''
authenticated: false
deprecated: false
headers:
Content-Type: application/json
Accept: application/json
urlParameters:
articleId:
custom: []
name: articleId
description: ''
required: true
example: consequatur
type: string
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
cleanUrlParameters:
articleId: consequatur
queryParameters: []
cleanQueryParameters: []
bodyParameters: []
cleanBodyParameters: []
fileParameters: []
responses: []
responseFields: []
auth: []
controller: null
method: null
route: null
-
custom: []
httpMethods:
- POST
uri: 'api/news/{articleId}/save'
metadata:
custom: []
groupName: Endpoints
groupDescription: ''
subgroup: ''
subgroupDescription: ''
title: ''
description: ''
authenticated: false
deprecated: false
headers:
Content-Type: application/json
Accept: application/json
urlParameters:
articleId:
custom: []
name: articleId
description: ''
required: true
example: consequatur
type: string
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
cleanUrlParameters:
articleId: consequatur
queryParameters: []
cleanQueryParameters: []
bodyParameters: []
cleanBodyParameters: []
fileParameters: []
responses: []
responseFields: []
auth: []
controller: null
method: null
route: null
-
custom: []
httpMethods:
- GET
uri: api/news/saved
metadata:
custom: []
groupName: Endpoints
groupDescription: ''
subgroup: ''
subgroupDescription: ''
title: ''
description: ''
authenticated: false
deprecated: false
headers:
Content-Type: application/json
Accept: application/json
urlParameters: []
cleanUrlParameters: []
queryParameters: []
cleanQueryParameters: []
bodyParameters: []
cleanBodyParameters: []
fileParameters: []
responses:
-
custom: []
status: 404
content: '{"success":false,"message":"The route api\/news\/saved could not be found."}'
headers:
cache-control: 'no-cache, private'
content-type: application/json
access-control-allow-origin: '*'
description: null
responseFields: []
auth: []
controller: null
method: null
route: null
-
custom: []
httpMethods:
- DELETE
uri: 'api/news/saved/{savedArticleId}'
metadata:
custom: []
groupName: Endpoints
groupDescription: ''
subgroup: ''
subgroupDescription: ''
title: ''
description: ''
authenticated: false
deprecated: false
headers:
Content-Type: application/json
Accept: application/json
urlParameters:
savedArticleId:
custom: []
name: savedArticleId
description: ''
required: true
example: consequatur
type: string
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
cleanUrlParameters:
savedArticleId: consequatur
queryParameters: []
cleanQueryParameters: []
bodyParameters: []
cleanBodyParameters: []
fileParameters: []
responses: []
responseFields: []
auth: []
controller: null
method: null
route: null
-
custom: []
httpMethods:
- POST
uri: api/ai/run
metadata:
custom: []
groupName: Endpoints
groupDescription: ''
subgroup: ''
subgroupDescription: ''
title: ''
description: ''
authenticated: false
deprecated: false
headers:
Content-Type: application/json
Accept: application/json
urlParameters: []
cleanUrlParameters: []
queryParameters: []
cleanQueryParameters: []
bodyParameters:
num_smiles:
custom: []
name: num_smiles
description: ''
required: true
example: 17
type: integer
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
top_k:
custom: []
name: top_k
description: ''
required: true
example: 17
type: integer
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
Docking:
custom: []
name: Docking
description: ''
required: true
example: 11613.31890586
type: number
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
DeepPurpose_Affinity:
custom: []
name: DeepPurpose_Affinity
description: ''
required: true
example: 11613.31890586
type: number
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
SA:
custom: []
name: SA
description: ''
required: true
example: 11613.31890586
type: number
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
TPSA:
custom: []
name: TPSA
description: ''
required: true
example: 11613.31890586
type: number
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
MW:
custom: []
name: MW
description: ''
required: true
example: 11613.31890586
type: number
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
cleanBodyParameters:
num_smiles: 17
top_k: 17
Docking: 11613.31890586
DeepPurpose_Affinity: 11613.31890586
SA: 11613.31890586
TPSA: 11613.31890586
MW: 11613.31890586
fileParameters: []
responses: []
responseFields: []
auth: []
controller: null
method: null
route: null
-
custom: []
httpMethods:
- GET
uri: 'api/ai/status/{job_job_id}'
metadata:
custom: []
groupName: Endpoints
groupDescription: ''
subgroup: ''
subgroupDescription: ''
title: ''
description: ''
authenticated: false
deprecated: false
headers:
Content-Type: application/json
Accept: application/json
urlParameters:
job_job_id:
custom: []
name: job_job_id
description: 'The ID of the job job.'
required: true
example: consequatur
type: string
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
cleanUrlParameters:
job_job_id: consequatur
queryParameters: []
cleanQueryParameters: []
bodyParameters: []
cleanBodyParameters: []
fileParameters: []
responses:
-
custom: []
status: 404
content: '{"success":false,"message":"The route api\/ai\/status\/consequatur could not be found."}'
headers:
cache-control: 'no-cache, private'
content-type: application/json
access-control-allow-origin: '*'
description: null
responseFields: []
auth: []
controller: null
method: null
route: null
-
custom: []
httpMethods:
- GET
uri: 'api/ai/preview/{job_job_id}'
metadata:
custom: []
groupName: Endpoints
groupDescription: ''
subgroup: ''
subgroupDescription: ''
title: ''
description: ''
authenticated: false
deprecated: false
headers:
Content-Type: application/json
Accept: application/json
urlParameters:
job_job_id:
custom: []
name: job_job_id
description: 'The ID of the job job.'
required: true
example: consequatur
type: string
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
cleanUrlParameters:
job_job_id: consequatur
queryParameters: []
cleanQueryParameters: []
bodyParameters: []
cleanBodyParameters: []
fileParameters: []
responses:
-
custom: []
status: 404
content: '{"success":false,"message":"The route api\/ai\/preview\/consequatur could not be found."}'
headers:
cache-control: 'no-cache, private'
content-type: application/json
access-control-allow-origin: '*'
description: null
responseFields: []
auth: []
controller: null
method: null
route: null
-
custom: []
httpMethods:
- GET
uri: 'api/ai/download/top/{job_job_id}'
metadata:
custom: []
groupName: Endpoints
groupDescription: ''
subgroup: ''
subgroupDescription: ''
title: ''
description: ''
authenticated: false
deprecated: false
headers:
Content-Type: application/json
Accept: application/json
urlParameters:
job_job_id:
custom: []
name: job_job_id
description: 'The ID of the job job.'
required: true
example: consequatur
type: string
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
cleanUrlParameters:
job_job_id: consequatur
queryParameters: []
cleanQueryParameters: []
bodyParameters: []
cleanBodyParameters: []
fileParameters: []
responses:
-
custom: []
status: 404
content: '{"success":false,"message":"The route api\/ai\/download\/top\/consequatur could not be found."}'
headers:
cache-control: 'no-cache, private'
content-type: application/json
access-control-allow-origin: '*'
description: null
responseFields: []
auth: []
controller: null
method: null
route: null
-
custom: []
httpMethods:
- GET
uri: 'api/ai/download/full/{job_job_id}'
metadata:
custom: []
groupName: Endpoints
groupDescription: ''
subgroup: ''
subgroupDescription: ''
title: ''
description: ''
authenticated: false
deprecated: false
headers:
Content-Type: application/json
Accept: application/json
urlParameters:
job_job_id:
custom: []
name: job_job_id
description: 'The ID of the job job.'
required: true
example: consequatur
type: string
enumValues: []
exampleWasSpecified: false
nullable: false
deprecated: false
cleanUrlParameters:
job_job_id: consequatur
queryParameters: []
cleanQueryParameters: []
bodyParameters: []
cleanBodyParameters: []
fileParameters: []
responses:
-
custom: []
status: 404
content: '{"success":false,"message":"The route api\/ai\/download\/full\/consequatur could not be found."}'
headers:
cache-control: 'no-cache, private'
content-type: application/json
access-control-allow-origin: '*'
description: null
responseFields: []
auth: []
controller: null
method: null
route: null
-
custom: []
httpMethods:
- GET
uri: api/ai/history
metadata:
custom: []
groupName: Endpoints
groupDescription: ''
subgroup: ''
subgroupDescription: ''
title: ''
description: ''
authenticated: false
deprecated: false
headers:
Content-Type: application/json
Accept: application/json
urlParameters: []
cleanUrlParameters: []
queryParameters: []
cleanQueryParameters: []
bodyParameters: []
cleanBodyParameters: []
fileParameters: []
responses:
-
custom: []
status: 404
content: '{"success":false,"message":"The route api\/ai\/history could not be found."}'
headers:
cache-control: 'no-cache, private'
content-type: application/json
access-control-allow-origin: '*'
description: null
responseFields: []
auth: []
controller: null
method: null
route: null
-
custom: []
httpMethods:
- POST
uri: api/upload-file
metadata:
custom: []
groupName: Endpoints
groupDescription: ''
subgroup: ''
subgroupDescription: ''
title: ''
description: ''
authenticated: false
deprecated: false
headers:
Content-Type: application/json
Accept: application/json
urlParameters: []
cleanUrlParameters: []
queryParameters: []
cleanQueryParameters: []
bodyParameters: []
cleanBodyParameters: []
fileParameters: []
responses: []
responseFields: []
auth: []
controller: null
method: null
route: null