2.5 Hyper Contracts
The HyperContracts endpoint generates text based on a user's prompt using the "HyperContracts" model. Users must have sufficient credits, which are deducted upon successful text generation.
Method:POST
Headers:
Bearer Token
new_user_token
Params :
Query (str): The text prompt provided by the user for generating the response.
Return Value:
code_text (dict): The generated text response or an error message if an exception occurs.
Example Request:
Example Response (Success):
Example Response (Error):
Last updated