cURL
curl --request POST \ --url https://api.rask.ai/v2/glossaries \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "src_lang": "<string>", "dst_lang": "<string>", "entries": {} }'
{ "id": "<string>", "name": "<string>", "version": 123, "src_lang": "<string>", "dst_lang": "<string>", "entries": {} }
Create new glossary.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Created glossary
The response is of type object.
object