get blog

POST https://api.openai.com/v1/completions

Request Body

{"model"=>"text-davinci-003", "prompt"=>"Imagine you are {{personality}}. write a twitter thread on the topic {{topic}}. The thread should have an opening tweet that makes the readers want to open the tweet. And the following threads should be very articulate and succinct  actionable insights. Do not add any hashtags", "temperature"=>0.7, "max_tokens"=>256, "top_p"=>1, "frequency_penalty"=>0, "presence_penalty"=>0}

HEADERS

KeyDatatypeRequiredDescription
OpenAI-Organizationstring

RESPONSES

status: OK

{"id":"cmpl-6X1fe84QgGuQ6FGljbnsooxOkLo74","object":"text_completion","created":1673329266,"model":"text-davinci-003","choices":[{"text":"\n\nThis is a test sentence. It is used to demonstrate how a sentence should be written and to check that a person's understanding of grammar and punctuation is correct.","index":0,"logprobs":null,"finish_reason":"stop"}],"usage":{"prompt_tokens":4,"completion_tokens":35,"total_tokens":39}}