{"id":1300,"date":"2024-11-04T03:50:56","date_gmt":"2024-11-04T03:50:56","guid":{"rendered":"https:\/\/blog.200oksolutions.com\/?p=1300"},"modified":"2025-12-04T07:44:07","modified_gmt":"2025-12-04T07:44:07","slug":"integrating-chatgpt-api-with-laravel-11","status":"publish","type":"post","link":"https:\/\/www.200oksolutions.com\/blog\/integrating-chatgpt-api-with-laravel-11\/","title":{"rendered":"Integrating ChatGPT API with Laravel 11"},"content":{"rendered":"\n<p>In today&#8217;s digital landscape, incorporating AI capabilities into your applications has become essential for enhancing user experience and streamlining processes. One of the most powerful tools available is OpenAI&#8217;s ChatGPT API. In this blog post, we&#8217;ll guide you through the steps to integrate the ChatGPT API into a Laravel 11 application, enabling you to harness the power of AI in your projects.<br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What is ChatGPT\/OpenAI?<\/strong><\/h2>\n\n\n\n<p>ChatGPT is a smart computer program made by OpenAI. It can understand and write text like a human. You can chat with it, ask questions, or get help with writing. It&#8217;s like having a conversation with a very knowledgeable robot. People use it for fun, learning, and even work. OpenAI is the company that created ChatGPT and other advanced technology to help make computers more useful and helpful for everyone.<\/p>\n\n\n\n<p>In this example, we will use the openai-php\/laravel Composer package to access the OpenAI API. We will create a simple form where the user can enter their title or idea. Then, we will call the ChatGPT API to get a list of domain names based on that idea. Essentially, we will make a simple page where the user enters a title, and ChatGPT helps suggest domain names for it.<\/p>\n\n\n\n<p>Let&#8217;s now proceed to the step-by-step example of integrating OpenAI API in Laravel 11.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step for Laravel 11 Integrate ChatGPT \/ OpenAI API Example<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Step 1:<\/strong> Install Laravel<\/li>\n\n\n\n<li><strong>Step 2:<\/strong> Install openai-php\/laravel Package<\/li>\n\n\n\n<li><strong>Step 3:<\/strong> Create OpenAI Account<\/li>\n\n\n\n<li><strong>Step 4:<\/strong> Create Route<\/li>\n\n\n\n<li><strong>Step 5:<\/strong> Create Controller<\/li>\n\n\n\n<li><strong>Step 6:<\/strong> Create Blade File<\/li>\n\n\n\n<li><strong>Run the Laravel App<\/strong><\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 1: Install Laravel<\/strong><\/h3>\n\n\n\n<p>To begin, we must obtain the latest version of the Laravel application by executing the command stated below. Open your terminal or command prompt and enter the given command.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>composer create-project laravel\/laravel example-app<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 2: Install openai-php\/laravel Package<\/strong><\/h3>\n\n\n\n<p>In this step, we need to install openai-php\/laravel composer package to use OpenAI API. so, let&#8217;s run below command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>composer require openai-php\/laravel<\/code><\/pre>\n\n\n\n<p>Now, we will publish configuration file using the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>php artisan vendor:publish --provider=\"OpenAI\\Laravel\\ServiceProvider\"<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 3: Create OpenAI Account<\/strong><br><br>First you need to create Account on OpenAI website.<\/h3>\n\n\n\n<p>1. Go to <a href=\"https:\/\/platform.openai.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/platform.openai.com\/<\/a> you can register there you will get free access $18 credit for next three months.<\/p>\n\n\n\n<p>2. After that go to <a href=\"https:\/\/platform.openai.com\/account\/api-keys\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/platform.openai.com\/account\/api-keys<\/a> and generate the API token.<\/p>\n\n\n\n<p>You can follow the below screenshots:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"975\" height=\"427\" src=\"https:\/\/blog.200oksolutions.com\/wp-content\/uploads\/2024\/11\/image-2.webp\" alt=\"Integrating ChatGPT API with Laravel 11 interface example\n\n\" class=\"wp-image-1305\" srcset=\"https:\/\/www.200oksolutions.com\/blog\/wp-content\/uploads\/2024\/11\/image-2.webp 975w, https:\/\/www.200oksolutions.com\/blog\/wp-content\/uploads\/2024\/11\/image-2-300x131.webp 300w, https:\/\/www.200oksolutions.com\/blog\/wp-content\/uploads\/2024\/11\/image-2-768x336.webp 768w\" sizes=\"(max-width: 975px) 100vw, 975px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"975\" height=\"386\" src=\"https:\/\/blog.200oksolutions.com\/wp-content\/uploads\/2024\/11\/image-2-2.webp\" alt=\"Integrating ChatGPT API with Laravel 11 interface example\n\n\" class=\"wp-image-1308\" srcset=\"https:\/\/www.200oksolutions.com\/blog\/wp-content\/uploads\/2024\/11\/image-2-2.webp 975w, https:\/\/www.200oksolutions.com\/blog\/wp-content\/uploads\/2024\/11\/image-2-2-300x119.webp 300w, https:\/\/www.200oksolutions.com\/blog\/wp-content\/uploads\/2024\/11\/image-2-2-768x304.webp 768w\" sizes=\"(max-width: 975px) 100vw, 975px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"975\" height=\"361\" src=\"https:\/\/blog.200oksolutions.com\/wp-content\/uploads\/2024\/11\/image-3-1.webp\" alt=\"Integrating ChatGPT API with Laravel 11 interface example\n\n\" class=\"wp-image-1309\" srcset=\"https:\/\/www.200oksolutions.com\/blog\/wp-content\/uploads\/2024\/11\/image-3-1.webp 975w, https:\/\/www.200oksolutions.com\/blog\/wp-content\/uploads\/2024\/11\/image-3-1-300x111.webp 300w, https:\/\/www.200oksolutions.com\/blog\/wp-content\/uploads\/2024\/11\/image-3-1-768x284.webp 768w\" sizes=\"(max-width: 975px) 100vw, 975px\" \/><\/figure>\n\n\n\n<p>Integrating ChatGPT API with Laravel 11 interface example:<br><strong>.env<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>OPENAI_API_KEY=api_key...<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 4: Create Route<\/strong><\/h3>\n\n\n\n<p>now we will create one route for calling our example, so let&#8217;s add new route to web.php file as below:<\/p>\n\n\n\n<p><strong>routes\/web.php<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\nuse Illuminate\\Support\\Facades\\Route;\nuse App\\Http\\Controllers\\ChatGPTController;\n  \nRoute::get('\/chat-gpt', &#91;ChatGPTController::class, 'index'])->name('chat-gpt.index');<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 5: Create Controller<\/strong><\/h3>\n\n\n\n<p>In this step, we will create ChatGPTController and write payment logic, so let&#8217;s add new route to web.php file as below:<\/p>\n\n\n\n<p>App\/Http\/Controllers\/ChatGPTController.php<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php \nnamespace App\\Http\\Controllers; \nuse Illuminate\\Http\\Request; \nuse Illuminate\\Support\\Arr; \nuse OpenAI\\Laravel\\Facades\\OpenAI; \nclass ChatGPTController extends Controller \n{ \n\/** \n* Write code on Method \n* \n* @return response() \n*\/ \npublic function index(Request $request) \n{ \n$result = ''; \nif ($request->filled('title')) { \n$messages = &#91; \n&#91;'role' => 'user', 'content' => 'suggest me 5 domain names from \"'.$request->title.'\" topic. simply give me domain names list with 1. 2. 3. 4. 5. '], \n]; \n$result = OpenAI::chat()->create(&#91; \n'model' => 'gpt-3.5-turbo', \n'messages' => $messages, \n]); \n$result = Arr::get($result, 'choices.0.message')&#91;'content'] ?? ''; \n} \nreturn view('chatGPT', compact('result')); \n} \n}<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 6: Create Blade File<\/strong><\/h3>\n\n\n\n<p>here, we need to create chatGPT.blade.php file and update the following code on it.<\/p>\n\n\n\n<p><strong>resources\/views\/auth\/chatGPT.blade.php<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html> \n&lt;html> \n&lt;head> \n&lt;title>Laravel 11 Integrate Chat GPT API Example&lt;\/title> \n&lt;link href=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.0.2\/dist\/css\/bootstrap.min.css\" rel=\"stylesheet\" crossorigin=\"anonymous\"> \n&lt;\/head> \n&lt;body> \n&lt;div class=\"container\"> \n&lt;div class=\"card mt-5\"> \n&lt;h3 class=\"card-header p-3\">Laravel 11 Integrate Chat GPT API Example&lt;\/h3> \n&lt;div class=\"card-body\"> &lt;form method=\"GET\" action=\"{{ route('chat-gpt.index') }}\"> \n&lt;div class=\"form-group\"> \n&lt;label>&lt;strong>Give me your title, I will provide you domains list.&lt;\/strong>&lt;\/label> \n&lt;input type=\"text\" name=\"title\" class=\"form-control\" \/> \n&lt;\/div> \n&lt;div class=\"form-group mt-2\"> \n&lt;button type=\"submit\" class=\"btn btn-success\">Submit&lt;\/button> \n&lt;\/div> \n&lt;\/form> \n@if(!empty($result)) \n&lt;div class=\"mt-5\"> \n&lt;strong>Result:&lt;\/strong>&lt;br\/> \n{!! nl2br($result) !!} \n&lt;\/div> \n@endif \n&lt;\/div> \n&lt;\/div> \n&lt;\/div> \n&lt;\/body> \n&lt;\/html><\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Run Laravel App:<\/strong><\/h3>\n\n\n\n<p>All the required steps have been done, now you have to type the given below command and hit enter to run the Laravel app:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>php artisan serve<\/code><\/pre>\n\n\n\n<p>Now, go to your web browser, type the given URL and view the app output:<\/p>\n\n\n\n<p><a href=\"http:\/\/<yourhost&gt;:<port&gt;\/chat-gpt\" target=\"_blank\" rel=\"noreferrer noopener\">http:\/\/&lt;yourhost>:&lt;port>\/chat-gpt<\/a><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In today&#8217;s digital landscape, incorporating AI capabilities into your applications has become essential for enhancing user experience&hellip;<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[28],"tags":[],"class_list":["post-1300","post","type-post","status-publish","format-standard","hentry","category-laravel"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Integrating ChatGPT API with Laravel 11 Web Development, Software, and App Blog | 200OK Solutions<\/title>\n<meta name=\"description\" content=\"Learn how to integrate ChatGPT API with Laravel 11 to enhance user experiences using OpenAI&#039;s powerful AI.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.200oksolutions.com\/blog\/integrating-chatgpt-api-with-laravel-11\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Integrating ChatGPT API with Laravel 11 Web Development, Software, and App Blog | 200OK Solutions\" \/>\n<meta property=\"og:description\" content=\"Learn how to integrate ChatGPT API with Laravel 11 to enhance user experiences using OpenAI&#039;s powerful AI.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.200oksolutions.com\/blog\/integrating-chatgpt-api-with-laravel-11\/\" \/>\n<meta property=\"og:site_name\" content=\"Web Development, Software, and App Blog | 200OK Solutions\" \/>\n<meta property=\"article:published_time\" content=\"2024-11-04T03:50:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-04T07:44:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.200oksolutions.com\/wp-content\/uploads\/2024\/11\/image-2.webp\" \/>\n<meta name=\"author\" content=\"Piyush Solanki\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Piyush Solanki\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Integrating ChatGPT API with Laravel 11 Web Development, Software, and App Blog | 200OK Solutions","description":"Learn how to integrate ChatGPT API with Laravel 11 to enhance user experiences using OpenAI's powerful AI.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.200oksolutions.com\/blog\/integrating-chatgpt-api-with-laravel-11\/","og_locale":"en_US","og_type":"article","og_title":"Integrating ChatGPT API with Laravel 11 Web Development, Software, and App Blog | 200OK Solutions","og_description":"Learn how to integrate ChatGPT API with Laravel 11 to enhance user experiences using OpenAI's powerful AI.","og_url":"https:\/\/www.200oksolutions.com\/blog\/integrating-chatgpt-api-with-laravel-11\/","og_site_name":"Web Development, Software, and App Blog | 200OK Solutions","article_published_time":"2024-11-04T03:50:56+00:00","article_modified_time":"2025-12-04T07:44:07+00:00","og_image":[{"url":"https:\/\/blog.200oksolutions.com\/wp-content\/uploads\/2024\/11\/image-2.webp","type":"","width":"","height":""}],"author":"Piyush Solanki","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Piyush Solanki","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.200oksolutions.com\/blog\/integrating-chatgpt-api-with-laravel-11\/#article","isPartOf":{"@id":"https:\/\/www.200oksolutions.com\/blog\/integrating-chatgpt-api-with-laravel-11\/"},"author":{"name":"Piyush Solanki","@id":"https:\/\/www.200oksolutions.com\/blog\/#\/schema\/person\/e07f6b8e3c9a90ce7b3b09427d26155e"},"headline":"Integrating ChatGPT API with Laravel 11","datePublished":"2024-11-04T03:50:56+00:00","dateModified":"2025-12-04T07:44:07+00:00","mainEntityOfPage":{"@id":"https:\/\/www.200oksolutions.com\/blog\/integrating-chatgpt-api-with-laravel-11\/"},"wordCount":525,"commentCount":0,"publisher":{"@id":"https:\/\/www.200oksolutions.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.200oksolutions.com\/blog\/integrating-chatgpt-api-with-laravel-11\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.200oksolutions.com\/wp-content\/uploads\/2024\/11\/image-2.webp","articleSection":["Laravel"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.200oksolutions.com\/blog\/integrating-chatgpt-api-with-laravel-11\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.200oksolutions.com\/blog\/integrating-chatgpt-api-with-laravel-11\/","url":"https:\/\/www.200oksolutions.com\/blog\/integrating-chatgpt-api-with-laravel-11\/","name":"Integrating ChatGPT API with Laravel 11 Web Development, Software, and App Blog | 200OK Solutions","isPartOf":{"@id":"https:\/\/www.200oksolutions.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.200oksolutions.com\/blog\/integrating-chatgpt-api-with-laravel-11\/#primaryimage"},"image":{"@id":"https:\/\/www.200oksolutions.com\/blog\/integrating-chatgpt-api-with-laravel-11\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.200oksolutions.com\/wp-content\/uploads\/2024\/11\/image-2.webp","datePublished":"2024-11-04T03:50:56+00:00","dateModified":"2025-12-04T07:44:07+00:00","description":"Learn how to integrate ChatGPT API with Laravel 11 to enhance user experiences using OpenAI's powerful AI.","breadcrumb":{"@id":"https:\/\/www.200oksolutions.com\/blog\/integrating-chatgpt-api-with-laravel-11\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.200oksolutions.com\/blog\/integrating-chatgpt-api-with-laravel-11\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.200oksolutions.com\/blog\/integrating-chatgpt-api-with-laravel-11\/#primaryimage","url":"https:\/\/blog.200oksolutions.com\/wp-content\/uploads\/2024\/11\/image-2.webp","contentUrl":"https:\/\/blog.200oksolutions.com\/wp-content\/uploads\/2024\/11\/image-2.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/www.200oksolutions.com\/blog\/integrating-chatgpt-api-with-laravel-11\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.200oksolutions.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Integrating ChatGPT API with Laravel 11"}]},{"@type":"WebSite","@id":"https:\/\/www.200oksolutions.com\/blog\/#website","url":"https:\/\/www.200oksolutions.com\/blog\/","name":"Web Development, Software, and App Blog | 200OK Solutions","description":"","publisher":{"@id":"https:\/\/www.200oksolutions.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.200oksolutions.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.200oksolutions.com\/blog\/#organization","name":"Web Development Blog | Software Blog | App Blog","url":"https:\/\/www.200oksolutions.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.200oksolutions.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/200oksolutions.com\/blog\/wp-content\/uploads\/2025\/09\/200ok_logo-CGzMrWDu.png","contentUrl":"https:\/\/200oksolutions.com\/blog\/wp-content\/uploads\/2025\/09\/200ok_logo-CGzMrWDu.png","width":500,"height":191,"caption":"Web Development Blog | Software Blog | App Blog"},"image":{"@id":"https:\/\/www.200oksolutions.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/200ok_solutions\/"]},{"@type":"Person","@id":"https:\/\/www.200oksolutions.com\/blog\/#\/schema\/person\/e07f6b8e3c9a90ce7b3b09427d26155e","name":"Piyush Solanki","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.200oksolutions.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/962a2b0b4db856e6851ec7d838597a0395adcaae9c0091d223de9942a4254461?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/962a2b0b4db856e6851ec7d838597a0395adcaae9c0091d223de9942a4254461?s=96&d=mm&r=g","caption":"Piyush Solanki"},"description":"Piyush is a seasoned PHP Tech Lead with 10+ years of experience architecting and delivering scalable web and mobile backend solutions for global brands and fast-growing SMEs. He specializes in PHP, MySQL, CodeIgniter, WordPress, and custom API development, helping businesses modernize legacy systems and launch secure, high-performance digital products. He collaborates closely with mobile teams building Android &amp; iOS apps , developing RESTful APIs, cloud integrations, and secure payment systems using platforms like Stripe, AWS S3, and OTP\/SMS gateways. His work extends across CMS customization, microservices-ready backend architectures, and smooth product deployments across Linux and cloud-based environments. Piyush also has a strong understanding of modern front-end technologies such as React and TypeScript, enabling him to contribute to full-stack development workflows and advanced admin panels. With a successful delivery track record in the UK market and experience building digital products for sectors like finance, hospitality, retail, consulting, and food services, Piyush is passionate about helping SMEs scale technology teams, improve operational efficiency, and accelerate innovation through backend excellence and digital tools.","url":"https:\/\/www.200oksolutions.com\/blog\/author\/piyush\/"}]}},"_links":{"self":[{"href":"https:\/\/www.200oksolutions.com\/blog\/wp-json\/wp\/v2\/posts\/1300","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.200oksolutions.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.200oksolutions.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.200oksolutions.com\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.200oksolutions.com\/blog\/wp-json\/wp\/v2\/comments?post=1300"}],"version-history":[{"count":1,"href":"https:\/\/www.200oksolutions.com\/blog\/wp-json\/wp\/v2\/posts\/1300\/revisions"}],"predecessor-version":[{"id":1310,"href":"https:\/\/www.200oksolutions.com\/blog\/wp-json\/wp\/v2\/posts\/1300\/revisions\/1310"}],"wp:attachment":[{"href":"https:\/\/www.200oksolutions.com\/blog\/wp-json\/wp\/v2\/media?parent=1300"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.200oksolutions.com\/blog\/wp-json\/wp\/v2\/categories?post=1300"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.200oksolutions.com\/blog\/wp-json\/wp\/v2\/tags?post=1300"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}