API Reference
English
cURL
curl --request POST \ --url http://{api_base_url}/apps/annotations \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "question": "<string>", "answer": "<string>" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "question": "<string>", "answer": "<string>", "hit_count": 123, "created_at": 123 }
API Key authentication.
Annotation created.
Was this page helpful?