1) Get your access token
- Open the Promptify app at
https://app.promptify.one. - Go to Deploy.
- Copy the access token from the “Your Access Token” field.
2) Send your first request
UsePOST /api/v1/chat:
3) Interpret the response
On success, the API returns:reply— assistant response textmodel— the model used (base or fine‑tuned)isFineTuned— whether a fine‑tuned model is activeusage— token countslatencyMs— request latency

