LLM
Please Note
The basic endpoint of this API is https://api.datappeal.io/llm.
Additional {x_api_key_llm} is required in order to call this API.
LLM API provides AI generated insights.
Warning
If HTTP Response Status Code 202 is returned, the LLM request has already been submitted and is still processing.
In such case, performing the same call every polling_frequency for a maximum of polling_timeout is needed in order to obtain results.
If after polling_timeout the call still returns 202, it is deemed to be unsuccessful.
Otherwise, if the call returns 200 within polling_timeout, it is successful and results are contained in the Response Body.
Suggested values are:
polling_frequency: 30 secondspolling_timeout: 5 minutes
However, such values can be freely modulated at the user's discretion depending on their use case.