cURL
curl --request POST \ --url https://backend.overtenai.com/api/v1/text/new-content \ --header 'Content-Type: application/json' \ --data ' { "prompt": "<string>", "file_name": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
1 - 5000
Optional hint for the downstream model about what document this section is for.
Successful Response