30 lines
470 B
Plaintext
30 lines
470 B
Plaintext
|
|
meta {
|
||
|
|
name: ConvertAPI Token
|
||
|
|
type: http
|
||
|
|
seq: 5
|
||
|
|
}
|
||
|
|
|
||
|
|
get {
|
||
|
|
url: {{host}}/api/convertapi-token
|
||
|
|
body: none
|
||
|
|
auth: inherit
|
||
|
|
}
|
||
|
|
|
||
|
|
docs {
|
||
|
|
# Generate ConvertAPI token
|
||
|
|
|
||
|
|
Calls ConvertAPI to generate a token
|
||
|
|
[https://www.convertapi.com/](https://www.convertapi.com/
|
||
|
|
)
|
||
|
|
|
||
|
|
Example:
|
||
|
|
|
||
|
|
```sh
|
||
|
|
http http://localhost:3000/api/convertapi-token
|
||
|
|
```
|
||
|
|
|
||
|
|
Ref: [https://www.convertapi.com/doc/auth](https://www.convertapi.com/doc/auth)
|
||
|
|
|
||
|
|
Returns: Token string
|
||
|
|
}
|