@extends('layouts.app') @section('title', 'Create API Source') @section('breadcrumb')
Enter the complete URL of the API endpoint you want to fetch data from.
Choose the appropriate HTTP method. GET is most common for fetching data.
Specify the database table where the fetched data will be stored.
If the API requires authentication, select the appropriate type and provide the token.
Set how often the API should be called automatically. Choose "Manual" for on-demand execution.