Skip to main content
POST
/
api
/
v1
/
demo
POST demo
curl --request POST \
  --url http://localhost:3000/api/v1/demo \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.linguolink.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter your API key in the format: Bearer <api_key>

Body

application/json

Request body

The body is of type object.

Response

Successful response

The response is of type object.