Skip to main content

Authentication

GenAIPro API uses Bearer Token authentication. Every request must include a token in the Authorization header.

Get an API Token

1

Sign in

Visit genaipro.vn and sign in to your account.
2

Create API Key

Click your avatarManage AccountAPI Key. If you don’t have one yet, click “Create API Key” — the token will be displayed.

Usage

Add the Authorization header to every request:
curl -X GET https://genaipro.vn/api/v1/me \
  -H "Authorization: Bearer YOUR_API_TOKEN"