Skip to main content
GET
Query Async Parse Job Status

Authorizations

x-ti-app-id
string
header
required

Please log in to TextIn and navigate to "Console - API Keys" to view x-ti-app-id

x-ti-secret-code
string
header
required

Please log in to TextIn and navigate to "Console - API Keys" to view x-ti-secret-code

Path Parameters

job_id
string
required

Job ID

Response

200 - application/json

Job Status

code
enum<integer>
default:200
required

Status code

  • 200: Success
  • 40101: x-ti-app-id or x-ti-secret-code is empty
  • 40102: x-ti-app-id or x-ti-secret-code is invalid, authentication failed
  • 40004: Parameter error, please check technical documentation and verify parameters
  • 500: Internal server error

For more detailed error information, refer to Error Code Description.

Available options:
200,
40101,
40102,
40004,
500
message
string
required

Error message

Example:

"success"

data
object
required