- Introduction
- Consuming the API
- Characteristics
- Error Messages
- Support Material
- Authentication
- Address Parsing
- Billing/DailySummary
- Content Compare
- Content Extraction
- Content Extraction Async
- Content Extraction Distance
- Content Fullreader
- Enrichment
- Facematch
- Generative Content Extraction
- Image Properties
- Image Reporting - Continuous Improvement
- License Plate Recognition
- Liveness Detection
- MultiAddress Parsing
- MultiPage Content Extraction
- Vio Extraction
Authenticate (Get JWT)
POST
https://mostqiapi.com/user/authenticate
en-US
Last modified:2024-06-28 12:45:35
Description of the response#
Name | Type | Mandatory | Description |
---|---|---|---|
token | String | Yes | ClientKey of the client that will be used to get the jwt token. |
Request
Body Params application/json
token
string
required
Example
{
"token": "{{clientkey}}"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://mostqiapi.com/user/authenticate' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": ""
}'
Responses
🟠400400 Error Response
text/plain
Body
object {0}
Example
Invalid authentication data.
Modified at 2024-06-28 12:45:35