textcaptcha

_

yourApiKeyGet


/{your_api_key}

Usage and SDK Samples

curl -X GET "https://api.apieco.ir/textcaptcha/{your_api_key}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api._Api;

import java.io.File;
import java.util.*;

public class _ApiExample {

    public static void main(String[] args) {
        
        _Api apiInstance = new _Api();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        String yourApiKey = yourApiKey_example; // String | apikey for use API
        try {
            apiInstance.yourApiKeyGet(apiecoKey, yourApiKey);
        } catch (ApiException e) {
            System.err.println("Exception when calling _Api#yourApiKeyGet");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api._Api;

public class _ApiExample {

    public static void main(String[] args) {
        _Api apiInstance = new _Api();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        String yourApiKey = yourApiKey_example; // String | apikey for use API
        try {
            apiInstance.yourApiKeyGet(apiecoKey, yourApiKey);
        } catch (ApiException e) {
            System.err.println("Exception when calling _Api#yourApiKeyGet");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
String *yourApiKey = yourApiKey_example; // apikey for use API

_Api *apiInstance = [[_Api alloc] init];

[apiInstance yourApiKeyGetWith:apiecoKey
    yourApiKey:yourApiKey
              completionHandler: ^(NSError* error) {
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var Textcaptcha = require('textcaptcha');

var api = new Textcaptcha._Api()

var apiecoKey = apiecoKey_example; // {String} apikey for use API

var yourApiKey = yourApiKey_example; // {String} apikey for use API


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully.');
  }
};
api.yourApiKeyGet(apiecoKey, yourApiKey, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;

namespace Example
{
    public class yourApiKeyGetExample
    {
        public void main()
        {
            
            var apiInstance = new _Api();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
            var yourApiKey = yourApiKey_example;  // String | apikey for use API

            try
            {
                apiInstance.yourApiKeyGet(apiecoKey, yourApiKey);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling _Api.yourApiKeyGet: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\_Api();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$yourApiKey = yourApiKey_example; // String | apikey for use API

try {
    $api_instance->yourApiKeyGet($apiecoKey, $yourApiKey);
} catch (Exception $e) {
    echo 'Exception when calling _Api->yourApiKeyGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::_Api;

my $api_instance = WWW::SwaggerClient::_Api->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $yourApiKey = yourApiKey_example; # String | apikey for use API

eval { 
    $api_instance->yourApiKeyGet(apiecoKey => $apiecoKey, yourApiKey => $yourApiKey);
};
if ($@) {
    warn "Exception when calling _Api->yourApiKeyGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = swagger_client._Api()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
yourApiKey = yourApiKey_example # String | apikey for use API

try: 
    api_instance.your_api_key_get(apiecoKey, yourApiKey)
except ApiException as e:
    print("Exception when calling _Api->yourApiKeyGet: %s\n" % e)

Parameters

Path parameters
Name Description
your_api_key*
String
apikey for use API
Required
Header parameters
Name Description
apieco-key*
String
apikey for use API
Required

Responses

Status: 200 - 200